-- AlterTable
ALTER TABLE `lineitem` ADD COLUMN `calculatedPrice` DOUBLE NOT NULL DEFAULT 0;
