{ "version": "6", "dialect": "sqlite", "id": "77aafe70-876c-4c45-84d6-5261fa288bae", "prevId": "a30470ea-8de9-4ff0-b0c9-d6b8a6264726", "tables": { "users": { "name": "users", "columns": { "id": { "name": "id", "type": "integer", "primaryKey": true, "notNull": true, "autoincrement": false }, "name": { "name": "name", "type": "text", "primaryKey": false, "notNull": false, "autoincrement": false, "default": "''" }, "email": { "name": "email", "type": "text", "primaryKey": false, "notNull": false, "autoincrement": false, "default": "''" }, "description": { "name": "description", "type": "text", "primaryKey": false, "notNull": false, "autoincrement": false, "default": "''" }, "created_at": { "name": "created_at", "type": "text", "primaryKey": false, "notNull": false, "autoincrement": false, "default": "(CURRENT_DATE)" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} } }, "enums": {}, "_meta": { "schemas": {}, "tables": {}, "columns": {} }, "internal": { "indexes": {} } }