Files
SOP/upgrade/sop-20250209.sql
2025-02-09 17:14:54 +08:00

5 lines
208 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 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`;