task-d.5.3
This commit is contained in:
13
drizzle_bk/0010_calm_wendell_rand.sql
Normal file
13
drizzle_bk/0010_calm_wendell_rand.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
CREATE TABLE "crm_enquiry_customers" (
|
||||
"id" text PRIMARY KEY NOT NULL,
|
||||
"organization_id" text NOT NULL,
|
||||
"enquiry_id" text NOT NULL,
|
||||
"customer_id" text NOT NULL,
|
||||
"role" text NOT NULL,
|
||||
"remark" text,
|
||||
"created_at" timestamp with time zone DEFAULT now() NOT NULL,
|
||||
"updated_at" timestamp with time zone DEFAULT now() NOT NULL,
|
||||
"deleted_at" timestamp with time zone
|
||||
);
|
||||
--> statement-breakpoint
|
||||
ALTER TABLE "crm_quotation_customers" ADD COLUMN "remark" text;
|
||||
Reference in New Issue
Block a user