{ "id": "00000000-0000-0000-0000-000000000000", "prevId": "", "version": "7", "dialect": "postgresql", "tables": { "public.sign_in_records": { "name": "sign_in_records", "schema": "", "columns": { "id": { "name": "id", "type": "serial", "primaryKey": true, "notNull": true }, "user_id": { "name": "user_id", "type": "varchar(128)", "primaryKey": false, "notNull": true }, "sign_date": { "name": "sign_date", "type": "date", "primaryKey": false, "notNull": true }, "created_at": { "name": "created_at", "type": "timestamp with time zone", "primaryKey": false, "notNull": true, "default": "now()" } }, "indexes": { "sign_in_records_sign_date_idx": { "name": "sign_in_records_sign_date_idx", "columns": [ { "expression": "sign_date", "asc": true, "nulls": "last", "opclass": "date_ops", "isExpression": false } ], "isUnique": false, "concurrently": false, "method": "btree", "with": {} }, "sign_in_records_user_id_idx": { "name": "sign_in_records_user_id_idx", "columns": [ { "expression": "user_id", "asc": true, "nulls": "last", "opclass": "text_ops", "isExpression": false } ], "isUnique": false, "concurrently": false, "method": "btree", "with": {} } }, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {}, "checkConstraints": {}, "policies": {}, "isRLSEnabled": false }, "public.health_check": { "name": "health_check", "schema": "", "columns": { "id": { "name": "id", "type": "serial", "primaryKey": false, "notNull": true }, "updated_at": { "name": "updated_at", "type": "timestamp with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {}, "checkConstraints": {}, "policies": {}, "isRLSEnabled": false } }, "enums": {}, "schemas": {}, "sequences": {}, "roles": {}, "policies": {}, "views": {}, "_meta": { "schemas": {}, "tables": {}, "columns": {} }, "internal": { "tables": {} } }