hotfix-add subgroup customer
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user