3 lines
93 B
SQL
3 lines
93 B
SQL
-- Modify "ChemoPlan" table
|
|
ALTER TABLE "public"."ChemoPlan" ADD COLUMN "Reasons" text NULL;
|