chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-18 21:37:45 +00:00
parent 54b3b3fe05
commit 7e971d8302

View File

@@ -2,9 +2,7 @@
"version": "6", "version": "6",
"dialect": "mysql", "dialect": "mysql",
"id": "18b4281c-1609-47d8-9d51-0b08e3925f2b", "id": "18b4281c-1609-47d8-9d51-0b08e3925f2b",
"prevIds": [ "prevIds": ["93c492af-c95b-4213-9fc2-38c3dd10374d"],
"93c492af-c95b-4213-9fc2-38c3dd10374d"
],
"ddl": [ "ddl": [
{ {
"name": "account", "name": "account",
@@ -2221,158 +2219,109 @@
"table": "workspace" "table": "workspace"
}, },
{ {
"columns": [ "columns": ["id"],
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "account", "table": "account",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["id"],
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "auth", "table": "auth",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["id"],
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "benchmark", "table": "benchmark",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["workspace_id", "id"],
"workspace_id",
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "billing", "table": "billing",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["email", "type"],
"email",
"type"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "coupon", "table": "coupon",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["workspace_id", "id"],
"workspace_id",
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "lite", "table": "lite",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["workspace_id", "id"],
"workspace_id",
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "payment", "table": "payment",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["workspace_id", "id"],
"workspace_id",
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "subscription", "table": "subscription",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["workspace_id", "id"],
"workspace_id",
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "usage", "table": "usage",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["ip", "interval"],
"ip",
"interval"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "ip_rate_limit", "table": "ip_rate_limit",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["ip"],
"ip"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "ip", "table": "ip",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["key", "interval"],
"key",
"interval"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "key_rate_limit", "table": "key_rate_limit",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["key", "interval"],
"key",
"interval"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "model_rate_limit", "table": "model_rate_limit",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["workspace_id", "id"],
"workspace_id",
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "key", "table": "key",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["workspace_id", "id"],
"workspace_id",
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "model", "table": "model",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["workspace_id", "id"],
"workspace_id",
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "provider", "table": "provider",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["workspace_id", "id"],
"workspace_id",
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "user", "table": "user",
"entityType": "pks" "entityType": "pks"
}, },
{ {
"columns": [ "columns": ["id"],
"id"
],
"name": "PRIMARY", "name": "PRIMARY",
"table": "workspace", "table": "workspace",
"entityType": "pks" "entityType": "pks"
@@ -2667,4 +2616,4 @@
} }
], ],
"renames": [] "renames": []
} }