-- AlterTable
ALTER TABLE `product` ADD COLUMN `price` DOUBLE NULL DEFAULT 0;
