zen: billing

This commit is contained in:
Frank
2025-09-24 19:09:23 -04:00
parent d8089f9bbd
commit 91ac1783d9
5 changed files with 742 additions and 21 deletions
@@ -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"),