examples/t3/drizzle/meta/0000_snapshot.json
2024-07-12 23:58:05 -06:00

67 lines
1.5 KiB
JSON

{
"version": "5",
"dialect": "mysql",
"id": "2edc6673-4688-44c9-8e45-c54e5ff0f133",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"t3_post": {
"name": "t3_post",
"columns": {
"id": {
"name": "id",
"type": "bigint",
"primaryKey": false,
"notNull": true,
"autoincrement": true
},
"name": {
"name": "name",
"type": "varchar(256)",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"created_at": {
"name": "created_at",
"type": "timestamp",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": "CURRENT_TIMESTAMP"
},
"updated_at": {
"name": "updated_at",
"type": "timestamp",
"primaryKey": false,
"notNull": false,
"autoincrement": false,
"onUpdate": true
}
},
"indexes": {
"name_idx": {
"name": "name_idx",
"columns": [
"name"
],
"isUnique": false
}
},
"foreignKeys": {},
"compositePrimaryKeys": {
"t3_post_id": {
"name": "t3_post_id",
"columns": [
"id"
]
}
},
"uniqueConstraints": {}
}
},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
}
}