Explorar o código

update tutorial

Tokumeikoi %!s(int64=5) %!d(string=hai) anos
pai
achega
d969220654
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      database/update.sql

+ 3 - 0
database/update.sql

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