task-d.6.1

This commit is contained in:
phaichayon
2026-07-01 10:29:00 +07:00
parent 6d6cd3a6df
commit 0a144f0f9e
14 changed files with 364 additions and 129 deletions

View File

@@ -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(),