refactor: adjust field

This commit is contained in:
Methapon Metanipat 2024-10-15 09:42:16 +07:00
parent fdc72a7caf
commit a24bf4fb4b
5 changed files with 14 additions and 3 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Product" ADD COLUMN "calcVat" BOOLEAN NOT NULL DEFAULT true;