task-d.5.3

This commit is contained in:
phaichayon
2026-06-24 14:23:15 +07:00
parent 350239b307
commit 0c28735c90
61 changed files with 11019 additions and 173 deletions

View File

@@ -0,0 +1,8 @@
ALTER TABLE "crm_leads" ADD COLUMN "description" text;--> statement-breakpoint
ALTER TABLE "crm_leads" ADD COLUMN "product_type" text;--> statement-breakpoint
ALTER TABLE "crm_leads" ADD COLUMN "priority" text;--> statement-breakpoint
ALTER TABLE "crm_leads" ADD COLUMN "estimated_value" double precision;--> statement-breakpoint
ALTER TABLE "crm_leads" ADD COLUMN "assigned_sales_owner_id" text;--> statement-breakpoint
ALTER TABLE "crm_leads" ADD COLUMN "assigned_at" timestamp with time zone;--> statement-breakpoint
ALTER TABLE "crm_leads" ADD COLUMN "assigned_by" text;--> statement-breakpoint
ALTER TABLE "crm_leads" ADD COLUMN "assignment_remark" text;