|
@@ -222,6 +222,6 @@ ALTER TABLE `t_product_share`
|
|
|
MODIFY COLUMN IF EXISTS `ctime` datetime NULL AFTER `title`;
|
|
|
|
|
|
ALTER TABLE `t_inventory`
|
|
|
-ADD COLUMN IF NOT EXISTS `warehouse_other_description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '' AFTER `inventory_quantity_unit`
|
|
|
+ADD COLUMN IF NOT EXISTS `warehouse_other_description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '' AFTER `inventory_quantity_unit`;
|
|
|
|
|
|
SET FOREIGN_KEY_CHECKS=1;
|