Files
zyt/server/database/migrations/2026_03_30_diagnosis_current_medications.sql
T
2026-04-01 09:46:25 +08:00

4 lines
213 B
SQL

-- 诊单:在用药物(患者当前服用的西药/中成药等)
ALTER TABLE `zyt_tcm_diagnosis`
ADD COLUMN `current_medications` varchar(2000) NOT NULL DEFAULT '' COMMENT '在用药物' AFTER `remark`;