75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
|
{
|
||
|
"id": "53dea8d7-01be-4983-ac75-9de9c9a7f592",
|
||
|
"prevId": "00000000-0000-0000-0000-000000000000",
|
||
|
"version": "7",
|
||
|
"dialect": "postgresql",
|
||
|
"tables": {
|
||
|
"public.nodes": {
|
||
|
"name": "nodes",
|
||
|
"schema": "",
|
||
|
"columns": {
|
||
|
"id": {
|
||
|
"name": "id",
|
||
|
"type": "serial",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true
|
||
|
},
|
||
|
"content": {
|
||
|
"name": "content",
|
||
|
"type": "bytea",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true
|
||
|
},
|
||
|
"definition": {
|
||
|
"name": "definition",
|
||
|
"type": "json",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true
|
||
|
}
|
||
|
},
|
||
|
"indexes": {},
|
||
|
"foreignKeys": {},
|
||
|
"compositePrimaryKeys": {},
|
||
|
"uniqueConstraints": {},
|
||
|
"policies": {},
|
||
|
"checkConstraints": {},
|
||
|
"isRLSEnabled": false
|
||
|
},
|
||
|
"public.users": {
|
||
|
"name": "users",
|
||
|
"schema": "",
|
||
|
"columns": {
|
||
|
"id": {
|
||
|
"name": "id",
|
||
|
"type": "serial",
|
||
|
"primaryKey": true,
|
||
|
"notNull": true
|
||
|
},
|
||
|
"name": {
|
||
|
"name": "name",
|
||
|
"type": "text",
|
||
|
"primaryKey": false,
|
||
|
"notNull": false
|
||
|
}
|
||
|
},
|
||
|
"indexes": {},
|
||
|
"foreignKeys": {},
|
||
|
"compositePrimaryKeys": {},
|
||
|
"uniqueConstraints": {},
|
||
|
"policies": {},
|
||
|
"checkConstraints": {},
|
||
|
"isRLSEnabled": false
|
||
|
}
|
||
|
},
|
||
|
"enums": {},
|
||
|
"schemas": {},
|
||
|
"sequences": {},
|
||
|
"roles": {},
|
||
|
"policies": {},
|
||
|
"views": {},
|
||
|
"_meta": {
|
||
|
"columns": {},
|
||
|
"schemas": {},
|
||
|
"tables": {}
|
||
|
}
|
||
|
}
|