socialmedia/drizzle/meta/0000_snapshot.json
2026-03-03 14:08:08 +05:30

42 lines
854 B
JSON

{
"version": "6",
"dialect": "sqlite",
"id": "613fcd4f-28f5-485c-affa-5e04815a2b0d",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"test": {
"name": "test",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": true
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {},
"checkConstraints": {}
}
},
"views": {},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}