update tutorial

This commit is contained in:
Tokumeikoi 2020-02-19 14:32:22 +08:00
parent 5154993887
commit d969220654

View File

@ -165,3 +165,6 @@ ADD `refund_amount` int(11) NULL COMMENT '退款金额' AFTER `surplus_amount`;
ALTER TABLE `v2_tutorial` ALTER TABLE `v2_tutorial`
ADD `category_id` int(11) NOT NULL AFTER `id`; ADD `category_id` int(11) NOT NULL AFTER `id`;
ALTER TABLE `v2_tutorial`
DROP `description`;