diff options
| author | Frank <[email protected]> | 2025-09-24 19:09:23 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-24 19:09:28 -0400 |
| commit | d0377a95cf407c1c6a718a52018087885af90677 (patch) | |
| tree | 27d9d7dd0f082799ae311548d04976510dd37f9d /packages/console/core/src/schema | |
| parent | 3b20bf6d4f744e63faa8b798ca911a93338dc4f3 (diff) | |
| download | opencode-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.ts | 1 |
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"), |
