changed infra id data type

This commit is contained in:
dpurbosakti
2025-08-28 14:10:11 +07:00
parent b4cef16061
commit f8a4c8ab97
4 changed files with 9 additions and 6 deletions
@@ -0,0 +1,2 @@
-- Modify "Item" table
ALTER TABLE "public"."Item" ALTER COLUMN "Infra_Id" TYPE integer;