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": "5",
"dialect": "pg",
"id": "cb1644bb-c5da-465a-8d70-f63d81e34514",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"all_columns": {
"name": "all_columns",
"schema": "",
"columns": {
"smallint": {
"name": "smallint",
"type": "smallint",
"primaryKey": false,
"notNull": false
},
"smallint_def": {
"name": "smallint_def",
"type": "smallint",
"primaryKey": false,
"notNull": false,
"default": 10
},
"integer": {
"name": "integer",
"type": "integer",
"primaryKey": false,
"notNull": false
},
"integer_def": {
"name": "integer_def",
"type": "integer",
"primaryKey": false,
"notNull": false,
"default": 10
},
"numeric": {
"name": "numeric",
"type": "numeric",
"primaryKey": false,
"notNull": false
},
"numeric3": {
"name": "numeric3",
"type": "numeric",
"primaryKey": false,
"notNull": false
},
"numeric4": {
"name": "numeric4",
"type": "numeric(7, 7)",
"primaryKey": false,
"notNull": false
},
"numeridef": {
"name": "numeridef",
"type": "numeric",
"primaryKey": false,
"notNull": false,
"default": "'100'"
// ... (215 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/pg/meta/0000_snapshot.json (directory: integration-tests/drizzle2/pg/meta).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free