hotfix-add subgroup customer

This commit is contained in:
phaichayon
2026-06-18 08:58:01 +07:00
parent 04a886ea26
commit 0650cf6297
38 changed files with 8674 additions and 687 deletions

View File

@@ -153,6 +153,7 @@ export const crmCustomers = pgTable(
website: text('website'),
leadChannel: text('lead_channel'),
customerGroup: text('customer_group'),
customerSubGroup: text('customer_sub_group'),
notes: text('notes'),
isActive: boolean('is_active').default(true).notNull(),
createdAt: timestamp('created_at', { withTimezone: true }).defaultNow().notNull(),