-- 添加domain列到shorturl_analytics.shorturl表 ALTER TABLE shorturl_analytics.shorturl ADD COLUMN IF NOT EXISTS domain Nullable(String) COMMENT '域名';