Files
simrsx-be/cmd/main-migration/migrations/20250917093645.sql
2025-11-06 12:17:49 +07:00

5 lines
191 B
SQL

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