From d0377a95cf407c1c6a718a52018087885af90677 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 24 Sep 2025 19:09:23 -0400 Subject: zen: billing --- packages/console/core/src/schema/billing.sql.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/console/core/src/schema') 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"), -- cgit v1.2.3