{ "version": "8", "dialect": "postgres", "id": "91ea16cc-3353-493c-bc2c-4fc9dea2fce7", "prevIds": [ "00000000-0000-0000-0000-000000000000" ], "ddl": [ { "isRlsEnabled": false, "name": "todo", "entityType": "tables", "schema": "public" }, { "type": "uuid", "typeSchema": null, "notNull": true, "dimensions": 0, "default": null, "generated": null, "identity": null, "name": "id", "entityType": "columns", "schema": "public", "table": "todo" }, { "type": "timestamp with time zone", "typeSchema": null, "notNull": true, "dimensions": 0, "default": "now()", "generated": null, "identity": null, "name": "created_at", "entityType": "columns", "schema": "public", "table": "todo" }, { "type": "timestamp with time zone", "typeSchema": null, "notNull": true, "dimensions": 0, "default": "now()", "generated": null, "identity": null, "name": "updated_at", "entityType": "columns", "schema": "public", "table": "todo" }, { "type": "text", "typeSchema": null, "notNull": true, "dimensions": 0, "default": null, "generated": null, "identity": null, "name": "title", "entityType": "columns", "schema": "public", "table": "todo" }, { "type": "boolean", "typeSchema": null, "notNull": true, "dimensions": 0, "default": "false", "generated": null, "identity": null, "name": "completed", "entityType": "columns", "schema": "public", "table": "todo" }, { "columns": [ "id" ], "nameExplicit": false, "name": "todo_pkey", "schema": "public", "table": "todo", "entityType": "pks" } ], "renames": [] }