{ "version": "6", "dialect": "sqlite", "id": "6ad45ca2-1f2d-4e94-a8fd-b749a8577a61", "prevId": "74097c41-1958-4fc8-8371-6e31b3071eb9", "tables": { "days": { "name": "days", "columns": { "id": { "name": "id", "type": "integer", "primaryKey": true, "notNull": true, "autoincrement": true }, "mood": { "name": "mood", "type": "integer", "primaryKey": false, "notNull": false, "autoincrement": false }, "date": { "name": "date", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false }, "comment": { "name": "comment", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false } }, "indexes": { "days_date_unique": { "name": "days_date_unique", "columns": [ "date" ], "isUnique": true } }, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} } }, "enums": {}, "_meta": { "schemas": {}, "tables": { "\"events\"": "\"days\"" }, "columns": { "\"days\".\"description\"": "\"days\".\"comment\"" } }, "internal": { "indexes": {} } }