3 lines
102 B
SQL
3 lines
102 B
SQL
-- Modify "Ambulatory" table
|
|
ALTER TABLE "public"."Ambulatory" ADD COLUMN "VisitMode_Code" text NULL;
|