{ "id": "852b1a6a-31c7-4f44-bdef-a378a18e2c7d", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", "tables": { "public.events": { "name": "events", "schema": "", "columns": { "id": { "name": "id", "type": "uuid", "primaryKey": true, "notNull": true, "default": "gen_random_uuid()" }, "title": { "name": "title", "type": "text", "primaryKey": false, "notNull": true }, "emoji": { "name": "emoji", "type": "text", "primaryKey": false, "notNull": true }, "month": { "name": "month", "type": "integer", "primaryKey": false, "notNull": true }, "day": { "name": "day", "type": "integer", "primaryKey": false, "notNull": true }, "start_year": { "name": "start_year", "type": "integer", "primaryKey": false, "notNull": false }, "end_month": { "name": "end_month", "type": "integer", "primaryKey": false, "notNull": false }, "end_day": { "name": "end_day", "type": "integer", "primaryKey": false, "notNull": false }, "end_year": { "name": "end_year", "type": "integer", "primaryKey": false, "notNull": false }, "description": { "name": "description", "type": "text", "primaryKey": false, "notNull": false }, "color": { "name": "color", "type": "text", "primaryKey": false, "notNull": false }, "is_active": { "name": "is_active", "type": "boolean", "primaryKey": false, "notNull": true, "default": true }, "tags": { "name": "tags", "type": "text[]", "primaryKey": false, "notNull": false }, "created_at": { "name": "created_at", "type": "timestamp with time zone", "primaryKey": false, "notNull": true, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp with time zone", "primaryKey": false, "notNull": true, "default": "now()" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {}, "policies": {}, "checkConstraints": {}, "isRLSEnabled": false } }, "enums": {}, "schemas": {}, "sequences": {}, "roles": {}, "policies": {}, "views": {}, "_meta": { "columns": {}, "schemas": {}, "tables": {} } }