{ "version": "6", "dialect": "sqlite", "id": "14bad572-1fc5-489d-90f2-7560a7cad1f4", "prevId": "09c29147-479a-4490-8223-db64c71c910f", "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": {} }, "license_activation": { "name": "license_activation", "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 }, "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": { "license_activation_fingerprint_unique": { "name": "license_activation_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": {} } }