0000_snapshot.json — drizzle-orm Source File
Architecture documentation for 0000_snapshot.json, a json file in the drizzle-orm codebase.
Entity Profile
Source Code
{
"version": "1",
"dialect": "singlestore",
"id": "8e8c8378-0496-40f6-88e3-98aab8282b1f",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"cities_migration": {
"name": "cities_migration",
"columns": {
"id": {
"name": "id",
"type": "int",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"fullname_name": {
"name": "fullname_name",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"state": {
"name": "state",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {}
},
"users_migration": {
"name": "users_migration",
"columns": {
"id": {
"name": "id",
"type": "int",
"primaryKey": true,
"notNull": true,
"autoincrement": false
},
"full_name": {
"name": "full_name",
"type": "text",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"phone": {
"name": "phone",
"type": "int",
"primaryKey": false,
"notNull": false,
"autoincrement": false
},
"invited_by": {
// ... (73 more lines)
Source
Frequently Asked Questions
What does 0000_snapshot.json do?
0000_snapshot.json is a source file in the drizzle-orm codebase, written in json.
Where is 0000_snapshot.json in the architecture?
0000_snapshot.json is located at integration-tests/drizzle2/singlestore/meta/0000_snapshot.json (directory: integration-tests/drizzle2/singlestore/meta).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free