spring
2026-07-10 5516da1c34ea740e3cc38a69110119eee90b8761
1
2
alter table sys_user
    add ai_enabled tinyint(1) not null default 0 comment '是否开通AI功能(0否 1是)';