{ "version": "6", "dialect": "sqlite", "id": "09c29147-479a-4490-8223-db64c71c910f", "prevId": "00000000-0000-0000-0000-000000000000", "tables": { "device_info": { "name": "device_info", "columns": { "id": { "name": "id", "type": "text", "primaryKey": true, "notNull": true, "autoincrement": false }, "created_at": { "name": "created_at", "type": "integer", "primaryKey": false, "notNull": true, "autoincrement": false }, "updated_at": { "name": "updated_at", "type": "integer", "primaryKey": false, "notNull": true, "autoincrement": false }, "fingerprint": { "name": "fingerprint", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false }, "fingerprint_quality": { "name": "fingerprint_quality", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false }, "license": { "name": "license", "type": "text", "primaryKey": false, "notNull": false, "autoincrement": false }, "license_activated_at": { "name": "license_activated_at", "type": "integer", "primaryKey": false, "notNull": false, "autoincrement": false } }, "indexes": { "device_info_fingerprint_unique": { "name": "device_info_fingerprint_unique", "columns": ["fingerprint"], "isUnique": true } }, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {}, "checkConstraints": {} }, "todo": { "name": "todo", "columns": { "id": { "name": "id", "type": "text", "primaryKey": true, "notNull": true, "autoincrement": false }, "created_at": { "name": "created_at", "type": "integer", "primaryKey": false, "notNull": true, "autoincrement": false }, "updated_at": { "name": "updated_at", "type": "integer", "primaryKey": false, "notNull": true, "autoincrement": false }, "title": { "name": "title", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false }, "completed": { "name": "completed", "type": "integer", "primaryKey": false, "notNull": true, "autoincrement": false, "default": false } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {}, "checkConstraints": {} } }, "views": {}, "enums": {}, "_meta": { "schemas": {}, "tables": {}, "columns": {} }, "internal": { "indexes": {} } }