{ "version": "6", "dialect": "sqlite", "id": "2bdd10cc-8e14-4843-931a-37b1d00f21a6", "prevId": "14bad572-1fc5-489d-90f2-7560a7cad1f4", "tables": { "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": {} } }, "views": {}, "enums": {}, "_meta": { "schemas": {}, "tables": {}, "columns": {} }, "internal": { "indexes": {} } }