@@ -0,0 +1,2 @@
+use `cdss`;
+ALTER TABLE `tran_log` ADD COLUMN `dept_name` VARCHAR(255) NULL COMMENT '部门名称' AFTER `hospital_id`;