Files
zyt/server/sql/1.9.20260507/add_prescription_dosage_bag_count.sql
T
2026-05-11 17:49:38 +08:00

4 lines
233 B
SQL
Executable File

-- 添加处方用量袋数字段(浓缩水丸等开方场景,1-5袋)
ALTER TABLE `zyt_tcm_prescription`
ADD COLUMN `dosage_bag_count` TINYINT UNSIGNED NOT NULL DEFAULT 1 COMMENT '用量袋数(1-5袋)' AFTER `dosage_unit`;