Files
simrsx-be/cmd/main-migration/migrations/20250917093645.sql
T

5 lines
187 B
SQL

-- Modify "MedicineMix" table
ALTER TABLE "public"."MedicineMix" DROP COLUMN "Note";
-- Modify "MedicineMixItem" table
ALTER TABLE "public"."MedicineMixItem" ADD COLUMN "Note" text NULL;