2026-05-22 0ac75dd7df65965a6087f1f4da1cdfe024685d39
1
2
alter table sys_user
    add ai_enabled tinyint(1) not null default 0 comment '是否开通AI功能(0否 1是)';