We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe79f66 commit 33cfff4Copy full SHA for 33cfff4
1 file changed
src/shared/database/migrations/meta/0026_snapshot.json
@@ -1478,6 +1478,31 @@
1478
"policies": {},
1479
"checkConstraints": {},
1480
"isRLSEnabled": false
1481
+ },
1482
+ "public.rga_zones": {
1483
+ "name": "rga_zones",
1484
+ "schema": "",
1485
+ "columns": {
1486
+ "id": {
1487
+ "name": "id",
1488
+ "type": "serial",
1489
+ "primaryKey": true,
1490
+ "notNull": true
1491
1492
+ "alea": {
1493
+ "name": "alea",
1494
+ "type": "text",
1495
+ "primaryKey": false,
1496
1497
+ }
1498
1499
+ "indexes": {},
1500
+ "foreignKeys": {},
1501
+ "compositePrimaryKeys": {},
1502
+ "uniqueConstraints": {},
1503
+ "policies": {},
1504
+ "checkConstraints": {},
1505
+ "isRLSEnabled": false
1506
}
1507
},
1508
"enums": {
0 commit comments