{
    "name": "__drizzle_migrations",
    "columns": [
        "id",
        "hash",
        "created_at"
    ],
    "schema": "CREATE TABLE \"__drizzle_migrations\" (\n\t\t\t\tid SERIAL PRIMARY KEY,\n\t\t\t\thash text NOT NULL,\n\t\t\t\tcreated_at numeric\n\t\t\t)"
}