总结expert领域的功能
This commit is contained in:
3
sql/add_field_ai_source_to_expert.sql
Normal file
3
sql/add_field_ai_source_to_expert.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- 若已执行过 add_field_ai_to_expert.sql 但缺少 field_ai_source,单独补这一列
|
||||
ALTER TABLE `t_expert`
|
||||
ADD COLUMN `field_ai_source` VARCHAR(32) NOT NULL DEFAULT '' COMMENT '来源: user_link / ai' AFTER `field_ai_utime`;
|
||||
Reference in New Issue
Block a user