Explorar el Código

新增 category_style字段

gez hace 1 año
padre
commit
498d9e3ceb
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      usky-website/usky-website.sql

+ 5 - 0
usky-website/usky-website.sql

@@ -0,0 +1,5 @@
+
+-- ----------------------------
+-- 2024年3月21日 韩正义 新增 category_style字段
+-- ----------------------------
+ALTER TABLE `site_category` ADD COLUMN `category_style` INT(10) DEFAULT NULL COMMENT '栏目样式:1、样式一 2、样式二 3、样式三 4、样式四 5、样式五';