We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f651048 commit e99bf46Copy full SHA for e99bf46
1 file changed
sql/update/20181031.sql
@@ -0,0 +1,3 @@
1
+-- 商品表加入是否限购字段
2
+ALTER TABLE `goods`
3
+ ADD COLUMN `is_limit` TINYINT(4) NOT NULL DEFAULT '0' COMMENT '是否限购:0-否、1-是' AFTER `sort`;
0 commit comments