Home / File/ 0000_snapshot.json — drizzle-orm Source File

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": "mysql",
  "id": "8e8c8378-0496-40f6-88e3-98aab8282b1f",
  "prevId": "00000000-0000-0000-0000-000000000000",
  "tables": {
    "userstest": {
      "name": "userstest",
      "schema": "",
      "columns": {
        "id": {
          "name": "id",
          "type": "serial",
          "primaryKey": true,
          "notNull": false,
          "autoincrement": true
        },
        "name": {
          "name": "name",
          "type": "text",
          "primaryKey": false,
          "notNull": true,
          "autoincrement": false
        },
        "verified": {
          "name": "verified",
          "type": "boolean",
          "primaryKey": false,
          "notNull": true,
          "default": false,
          "autoincrement": false
        },
        "jsonb": {
          "name": "jsonb",
          "type": "json",
          "primaryKey": false,
          "notNull": false,
          "autoincrement": false
        },
        "created_at": {
          "name": "created_at",
          "type": "timestamp",
          "primaryKey": false,
          "notNull": true,
          "default": "now()",
          "autoincrement": false
        }
      },
      "indexes": {},
      "foreignKeys": {},
      "compositePrimaryKeys": {}
    }
  },
  "schemas": {},
  "_meta": {
    "schemas": {},
    "tables": {},
    "columns": {}
  }
}

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/mysql-proxy/first/meta/0000_snapshot.json (directory: integration-tests/drizzle2/mysql-proxy/first/meta).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free