summaryrefslogtreecommitdiffhomepage
path: root/packages/console/core/src/schema
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-24 19:09:23 -0400
committerFrank <[email protected]>2025-09-24 19:09:28 -0400
commitd0377a95cf407c1c6a718a52018087885af90677 (patch)
tree27d9d7dd0f082799ae311548d04976510dd37f9d /packages/console/core/src/schema
parent3b20bf6d4f744e63faa8b798ca911a93338dc4f3 (diff)
downloadopencode-d0377a95cf407c1c6a718a52018087885af90677.tar.gz
opencode-d0377a95cf407c1c6a718a52018087885af90677.zip
zen: billing
Diffstat (limited to 'packages/console/core/src/schema')
-rw-r--r--packages/console/core/src/schema/billing.sql.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/console/core/src/schema/billing.sql.ts b/packages/console/core/src/schema/billing.sql.ts
index f7da84ab7..302e01133 100644
--- a/packages/console/core/src/schema/billing.sql.ts
+++ b/packages/console/core/src/schema/billing.sql.ts
@@ -28,6 +28,7 @@ export const PaymentTable = mysqlTable(
...workspaceColumns,
...timestamps,
customerID: varchar("customer_id", { length: 255 }),
+ invoiceID: varchar("invoice_id", { length: 255 }),
paymentID: varchar("payment_id", { length: 255 }),
amount: bigint("amount", { mode: "number" }).notNull(),
timeRefunded: utc("time_refunded"),