zen: billing
This commit is contained in:
parent
3b20bf6d4f
commit
d0377a95cf
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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue