-- AlterTable
ALTER TABLE `lineitem` ADD COLUMN `legacyState` VARCHAR(191) NOT NULL DEFAULT '';
