summaryrefslogtreecommitdiffhomepage
path: root/cloud/core/src/schema/billing.sql.ts
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-11 18:30:13 -0400
committerFrank <[email protected]>2025-09-11 18:30:13 -0400
commita52b352b24db0339fbc178741fe764ad62be0589 (patch)
treee3ccd21d4d4e2dba3dd56a7f8a0629f80cfdc37e /cloud/core/src/schema/billing.sql.ts
parent79c73267cf83b9d96af50ac60cbda948c26d8a49 (diff)
downloadopencode-a52b352b24db0339fbc178741fe764ad62be0589.tar.gz
opencode-a52b352b24db0339fbc178741fe764ad62be0589.zip
wip: zen
Diffstat (limited to 'cloud/core/src/schema/billing.sql.ts')
-rw-r--r--cloud/core/src/schema/billing.sql.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/core/src/schema/billing.sql.ts b/cloud/core/src/schema/billing.sql.ts
index eff1f6550..0473df142 100644
--- a/cloud/core/src/schema/billing.sql.ts
+++ b/cloud/core/src/schema/billing.sql.ts
@@ -34,6 +34,7 @@ export const UsageTable = mysqlTable(
...workspaceColumns,
...timestamps,
model: varchar("model", { length: 255 }).notNull(),
+ provider: varchar("provider", { length: 255 }),
inputTokens: int("input_tokens").notNull(),
outputTokens: int("output_tokens").notNull(),
reasoningTokens: int("reasoning_tokens"),