2026-06-15 741918a903e17b2ec7522556d2c043b8d35dd8a1
1
2
alter table sys_user
    add ai_enabled tinyint(1) not null default 0 comment '是否开通AI功能(0否 1是)';