tei.su/drizzle/meta/0000_snapshot.json

71 lines
1.6 KiB
JSON
Raw Normal View History

2024-08-03 06:30:05 +03:00
{
"version": "6",
"dialect": "sqlite",
"id": "4ec9eb07-fd65-4fd0-9e47-10bdc1522d0e",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"shouts": {
"name": "shouts",
"columns": {
"id": {
"name": "id",
"type": "text",
"primaryKey": true,
"notNull": true,
"autoincrement": false
},
"serial": {
"name": "serial",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": 0
},
"from_ip": {
"name": "from_ip",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"pending": {
"name": "pending",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": true
},
"text": {
"name": "text",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"created_at": {
"name": "created_at",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": "(CURRENT_TIMESTAMP)"
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {}
}
},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}