{ "version": "6", "dialect": "sqlite", "id": "f4a793d2-279b-4688-bbe3-2b69673fa7fa", "prevId": "00000000-0000-0000-0000-000000000000", "tables": { "volumes_table": { "name": "volumes_table", "columns": { "id": { "name": "id", "type": "integer", "primaryKey": true, "notNull": true, "autoincrement": true }, "name": { "name": "name", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false }, "type": { "name": "type", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false } }, "indexes": { "volumes_table_name_unique": { "name": "volumes_table_name_unique", "columns": [ "name" ], "isUnique": true } }, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {}, "checkConstraints": {} } }, "views": {}, "enums": {}, "_meta": { "schemas": {}, "tables": {}, "columns": {} }, "internal": { "indexes": {} } }