mirror of
https://github.com/sern-handler/bin
synced 2026-06-06 01:16:52 +00:00
49 lines
1017 B
JSON
49 lines
1017 B
JSON
{
|
|
"id": "4402c683-875f-4d90-a284-660e23a1a83d",
|
|
"prevId": "00000000-0000-0000-0000-000000000000",
|
|
"version": "5",
|
|
"dialect": "pg",
|
|
"tables": {
|
|
"code": {
|
|
"name": "code",
|
|
"schema": "",
|
|
"columns": {
|
|
"id": {
|
|
"name": "id",
|
|
"type": "text",
|
|
"primaryKey": true,
|
|
"notNull": true
|
|
},
|
|
"code": {
|
|
"name": "code",
|
|
"type": "text",
|
|
"primaryKey": false,
|
|
"notNull": true
|
|
},
|
|
"lang": {
|
|
"name": "lang",
|
|
"type": "text",
|
|
"primaryKey": false,
|
|
"notNull": true
|
|
},
|
|
"authorId": {
|
|
"name": "authorId",
|
|
"type": "text",
|
|
"primaryKey": false,
|
|
"notNull": true
|
|
}
|
|
},
|
|
"indexes": {},
|
|
"foreignKeys": {},
|
|
"compositePrimaryKeys": {},
|
|
"uniqueConstraints": {}
|
|
}
|
|
},
|
|
"enums": {},
|
|
"schemas": {},
|
|
"_meta": {
|
|
"columns": {},
|
|
"schemas": {},
|
|
"tables": {}
|
|
}
|
|
} |