mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5 lines
208 B
SQL
5 lines
208 B
SQL
-- 2025-02-09更新
|
||
-- api_info表新增api_mode字段
|
||
ALTER TABLE `api_info`
|
||
ADD COLUMN `api_mode` tinyint(4) NOT NULL DEFAULT '1' COMMENT '接口模式,1-open接口,2-Restful模式' AFTER `reg_source`;
|