3 lines
99 B
SQL
3 lines
99 B
SQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE `Inventories` ADD COLUMN `isPointOfSale` BOOLEAN NOT NULL DEFAULT false;
|