mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-14 21:23:42 +08:00
2 lines
140 B
SQL
2 lines
140 B
SQL
ALTER TABLE `knowledge_info` ADD COLUMN `share` tinyint(4) NULL DEFAULT NULL COMMENT '是否公开知识库(0 否 1是)' AFTER `kname`;
|