/* Warnings: - You are about to drop the column `labelColor` on the `x_goods` table. All the data in the column will be lost. */ -- AlterTable ALTER TABLE `x_goods` DROP COLUMN `labelColor`, ADD COLUMN `label_color` VARCHAR(191) NULL DEFAULT '';