{ "version": "5", "dialect": "mysql", "id": "ac7e1541-2a03-44a9-8a9a-f11a30a5cbcd", "prevId": "63da23e1-fb32-4cea-a4dd-2c83dfc4580e", "tables": { "menu_item": { "name": "menu_item", "columns": { "id": { "name": "id", "type": "bigint", "primaryKey": false, "notNull": true, "autoincrement": true }, "item_name": { "name": "item_name", "type": "varchar(256)", "primaryKey": false, "notNull": false, "autoincrement": false }, "item_description": { "name": "item_description", "type": "varchar(256)", "primaryKey": false, "notNull": false, "autoincrement": false } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": { "menu_item_id": { "name": "menu_item_id", "columns": [ "id" ] } }, "uniqueConstraints": {} }, "users": { "name": "users", "columns": { "id": { "name": "id", "type": "bigint", "primaryKey": false, "notNull": true, "autoincrement": true }, "full_name": { "name": "full_name", "type": "varchar(256)", "primaryKey": false, "notNull": false, "autoincrement": false }, "email": { "name": "email", "type": "varchar(256)", "primaryKey": false, "notNull": true, "autoincrement": false } }, "indexes": { "name_idx": { "name": "name_idx", "columns": [ "full_name" ], "isUnique": false } }, "foreignKeys": {}, "compositePrimaryKeys": { "users_id": { "name": "users_id", "columns": [ "id" ] } }, "uniqueConstraints": {} } }, "schemas": {}, "_meta": { "schemas": {}, "tables": {}, "columns": {} } }