Files
simrsx-be/cmd/main-migration/migrations/20251107091033.sql
2025-11-07 16:17:16 +07:00

5 lines
162 B
SQL

-- Modify "Infra" table
ALTER TABLE "public"."Infra" ALTER COLUMN "Code" SET NOT NULL;
-- Modify "Item" table
ALTER TABLE "public"."Item" DROP COLUMN "Infra_Id";