medicine/Medicine-Server/prisma/migrations/20240301082906_/migration.sql

10 lines
256 B
SQL

/*
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 '';