echo/drizzle/meta/0000_snapshot.json
2025-07-29 01:32:08 -05:00

105 lines
2.4 KiB
JSON

{
"version": "6",
"dialect": "sqlite",
"id": "429f06fb-1962-4837-b26a-f500bc3e44d6",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"interactions": {
"name": "interactions",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": true
},
"uri": {
"name": "uri",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"did": {
"name": "did",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"created_at": {
"name": "created_at",
"type": "integer",
"primaryKey": false,
"notNull": false,
"autoincrement": false,
"default": "CURRENT_TIMESTAMP"
}
},
"indexes": {
"interactions_uri_unique": {
"name": "interactions_uri_unique",
"columns": [
"uri"
],
"isUnique": true
}
},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {},
"checkConstraints": {}
},
"muted_threads": {
"name": "muted_threads",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": true
},
"uri": {
"name": "uri",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"muted_at": {
"name": "muted_at",
"type": "integer",
"primaryKey": false,
"notNull": false,
"autoincrement": false,
"default": "CURRENT_TIMESTAMP"
}
},
"indexes": {
"muted_threads_uri_unique": {
"name": "muted_threads_uri_unique",
"columns": [
"uri"
],
"isUnique": true
}
},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {},
"checkConstraints": {}
}
},
"views": {},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}