update - 添加数据库升级脚本

This commit is contained in:
wangli 2024-06-28 11:44:16 +08:00
parent 6dae134aad
commit ac0d23ee65

View File

@ -0,0 +1,3 @@
alter table ext_ax_api_log
modify request_body longblob null comment '请求参数';