This commit is contained in:
2026-02-15 13:25:14 +01:00
parent c2901dc0a9
commit 117da523d2
3 changed files with 18 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ export const customers = pgTable(
updatedBy: uuid("updated_by").references(() => authUsers.id),
customPaymentType: text("custom_payment_type"), // ENUM payment_types separat?
customTaxType: text("customTaxType"),
}
)