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

0001_snapshot.json — drizzle-orm Source File

Architecture documentation for 0001_snapshot.json, a json file in the drizzle-orm codebase.

Entity Profile

Source Code

{
  "version": "5",
  "dialect": "pg",
  "id": "f2a88b25-f2da-4973-879e-60b57f24e7b9",
  "prevId": "cb1644bb-c5da-465a-8d70-f63d81e34514",
  "tables": {
    "users": {
      "name": "users",
      "schema": "",
      "columns": {
        "id": {
          "name": "id",
          "type": "serial",
          "primaryKey": true,
          "notNull": false
        },
        "name": {
          "name": "name",
          "type": "text",
          "primaryKey": false,
          "notNull": true
        },
        "verified": {
          "name": "verified",
          "type": "boolean",
          "primaryKey": false,
          "notNull": true,
          "default": false
        },
        "jsonb": {
          "name": "jsonb",
          "type": "jsonb",
          "primaryKey": false,
          "notNull": false
        },
        "created_at": {
          "name": "created_at",
          "type": "timestamptz",
          "primaryKey": false,
          "notNull": true,
          "default": "now()"
        }
      },
      "indexes": {},
      "foreignKeys": {},
      "compositePrimaryKeys": {}
    }
  },
  "enums": {},
  "schemas": {},
  "_meta": {
    "schemas": {},
    "tables": {},
    "columns": {}
  }
}

Frequently Asked Questions

What does 0001_snapshot.json do?
0001_snapshot.json is a source file in the drizzle-orm codebase, written in json.
Where is 0001_snapshot.json in the architecture?
0001_snapshot.json is located at integration-tests/drizzle2/pg-proxy/second/meta/0001_snapshot.json (directory: integration-tests/drizzle2/pg-proxy/second/meta).

Analyze Your Own Codebase

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

Try Supermodel Free