efiber-prisma-schema 1.10.6 → 1.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/schema.prisma +8 -0
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -1393,6 +1393,7 @@ model PboFat {
|
|
|
1393
1393
|
zone Json? //Color code for zone
|
|
1394
1394
|
geometry Json? //Icon for the PBO FAT
|
|
1395
1395
|
attributes Json? //Attributes for the PBO FAT
|
|
1396
|
+
coordinates Json?
|
|
1396
1397
|
autoincrement Boolean @default(true)
|
|
1397
1398
|
namePrefix String?
|
|
1398
1399
|
templateIndex Int?
|
|
@@ -1466,6 +1467,7 @@ model SpliceClosure {
|
|
|
1466
1467
|
zone Json? //Color code for zone
|
|
1467
1468
|
geometry Json? //Icon for the PBO FAT
|
|
1468
1469
|
attributes Json? //Attributes for the PBO FAT
|
|
1470
|
+
coordinates Json?
|
|
1469
1471
|
description String?
|
|
1470
1472
|
autoincrement Boolean @default(true)
|
|
1471
1473
|
namePrefix String?
|
|
@@ -1643,6 +1645,7 @@ model Pole {
|
|
|
1643
1645
|
zone Json?
|
|
1644
1646
|
geometry Json?
|
|
1645
1647
|
attributes Json?
|
|
1648
|
+
coordinates Json?
|
|
1646
1649
|
autoincrement Boolean @default(true)
|
|
1647
1650
|
namePrefix String?
|
|
1648
1651
|
templateIndex Int?
|
|
@@ -1715,6 +1718,7 @@ model Manhole {
|
|
|
1715
1718
|
zone Json?
|
|
1716
1719
|
geometry Json?
|
|
1717
1720
|
attributes Json?
|
|
1721
|
+
coordinates Json?
|
|
1718
1722
|
autoincrement Boolean @default(true)
|
|
1719
1723
|
namePrefix String?
|
|
1720
1724
|
templateIndex Int?
|
|
@@ -1787,6 +1791,7 @@ model Loop {
|
|
|
1787
1791
|
zone Json?
|
|
1788
1792
|
geometry Json?
|
|
1789
1793
|
attributes Json?
|
|
1794
|
+
coordinates Json?
|
|
1790
1795
|
autoincrement Boolean @default(true)
|
|
1791
1796
|
namePrefix String?
|
|
1792
1797
|
templateIndex Int?
|
|
@@ -1859,6 +1864,7 @@ model FDTSRO {
|
|
|
1859
1864
|
zone Json?
|
|
1860
1865
|
geometry Json?
|
|
1861
1866
|
attributes Json?
|
|
1867
|
+
coordinates Json?
|
|
1862
1868
|
autoincrement Boolean @default(true)
|
|
1863
1869
|
namePrefix String?
|
|
1864
1870
|
templateIndex Int?
|
|
@@ -1932,6 +1938,7 @@ model SFU {
|
|
|
1932
1938
|
zone Json?
|
|
1933
1939
|
geometry Json?
|
|
1934
1940
|
attributes Json?
|
|
1941
|
+
coordinates Json?
|
|
1935
1942
|
autoincrement Boolean @default(true)
|
|
1936
1943
|
namePrefix String?
|
|
1937
1944
|
templateIndex Int?
|
|
@@ -2005,6 +2012,7 @@ model Building {
|
|
|
2005
2012
|
zone Json?
|
|
2006
2013
|
geometry Json?
|
|
2007
2014
|
attributes Json?
|
|
2015
|
+
coordinates Json?
|
|
2008
2016
|
autoincrement Boolean @default(true)
|
|
2009
2017
|
namePrefix String?
|
|
2010
2018
|
templateIndex Int?
|