Files
zyt/server/database/migrations/20260326_doctor_appointment_channel_source.sql
T
2026-03-27 18:06:12 +08:00

4 lines
216 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.
-- 预约表:渠道来源(字典 type_value = channels
ALTER TABLE `zyt_doctor_appointment`
ADD COLUMN `channel_source` varchar(64) NOT NULL DEFAULT '' COMMENT '渠道来源(字典channels)' AFTER `remark`;