Files
sub2api/backend/migrations/101_add_channel_features_config.sql
T

3 lines
209 B
SQL
Raw Normal View History

ALTER TABLE channels ADD COLUMN IF NOT EXISTS features_config JSONB NOT NULL DEFAULT '{}';
COMMENT ON COLUMN channels.features_config IS '渠道特性配置(如 web_search_emulation),JSON 对象格式';