动态广告2

This commit is contained in:
buke 2024-08-26 17:38:00 +08:00
parent c01e230c0e
commit 318da308eb

View File

@ -0,0 +1,3 @@
ALTER TABLE `ufutx_dynamic_adv`
MODIFY COLUMN `page` int(10) NOT NULL COMMENT '第几页' AFTER `type`,
MODIFY COLUMN `sort` int(10) NOT NULL COMMENT '第几个' AFTER `page`;