task-d.6.1
This commit is contained in:
@@ -426,11 +426,12 @@ export const crmLeads = pgTable(
|
||||
description: text('description'),
|
||||
projectName: text('project_name'),
|
||||
projectLocation: text('project_location'),
|
||||
leadChannel: text('lead_channel'),
|
||||
productType: text('product_type'),
|
||||
priority: text('priority'),
|
||||
estimatedValue: doublePrecision('estimated_value'),
|
||||
awarenessId: text('awareness_id'),
|
||||
status: text('status').default('new_job').notNull(),
|
||||
status: text('status').notNull(),
|
||||
followupStatus: text('followup_status'),
|
||||
lostReason: text('lost_reason'),
|
||||
outcome: text('outcome').default('open').notNull(),
|
||||
|
||||
Reference in New Issue
Block a user