Antiloveg 8 年之前
父節點
當前提交
8e892b49a5
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      schema/2017-05-12.sql

+ 4 - 0
schema/2017-05-12.sql

@@ -0,0 +1,4 @@
+alter table `contract` 
+add column `previous_fee` VARCHAR(8) null comment '前期费用'; 
+
+