Files
tougao/sql/add_field_ai_source_to_expert.sql
2026-06-08 17:18:55 +08:00

4 lines
236 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 若已执行过 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`;