{ "version": "6", "dialect": "sqlite", "id": "a68f3965-0dd6-46c6-af01-4f96061e8b11", "prevId": "ed238646-2f39-4026-8075-4ddf059cc6f7", "tables": { "cv": { "name": "cv", "columns": { "uuid": { "name": "uuid", "type": "text", "primaryKey": true, "notNull": true, "autoincrement": false }, "company_name": { "name": "company_name", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false }, "created": { "name": "created", "type": "integer", "primaryKey": false, "notNull": false, "autoincrement": false }, "author": { "name": "author", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false }, "purpose": { "name": "purpose", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false }, "tooling": { "name": "tooling", "type": "text", "primaryKey": false, "notNull": true, "autoincrement": false }, "status": { "name": "status", "type": "text", "primaryKey": false, "notNull": false, "autoincrement": false, "default": "'active'" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {}, "checkConstraints": {} } }, "views": {}, "enums": {}, "_meta": { "schemas": {}, "tables": {}, "columns": { "\"cv\".\"created_for\"": "\"cv\".\"purpose\"" } }, "internal": { "indexes": {} } }