Files
simrsx-be/cmd/main-migration/migrations/20250917093645.sql
2025-09-17 16:37:17 +07:00

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;