3 lines
92 B
MySQL
3 lines
92 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "Product" ADD COLUMN "calcVat" BOOLEAN NOT NULL DEFAULT true;
|