freshyo/packages/db_helper_postgres/drizzle/0006_outstanding_joystick.sql
2026-03-24 20:50:14 +05:30

2 lines
No EOL
188 B
SQL

ALTER TABLE "mf"."order_status" ADD COLUMN "cancel_reason" varchar(255);--> statement-breakpoint
ALTER TABLE "mf"."order_status" ADD COLUMN "is_refund_done" boolean DEFAULT false NOT NULL;