3 lines
98 B
SQL
3 lines
98 B
SQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE `Products` ADD COLUMN `salePrice` DECIMAL(10, 2) NOT NULL DEFAULT 0.00;
|