diff --git a/202409/南网仓储/20240927_结算新增额外费用表.sql b/202409/南网仓储/20240927_结算新增额外费用表.sql new file mode 100644 index 0000000..8314310 --- /dev/null +++ b/202409/南网仓储/20240927_结算新增额外费用表.sql @@ -0,0 +1,8 @@ +-- 结算额外增加费用表 +create table slt_agreement_add_cost +( + id int auto_increment comment '主键id' primary key, + cost_remark varchar(255) null comment '费用描述', + add_cost decimal(10, 2) null comment '费用价格', + agreement_id int null comment '协议id' +) comment '结算额外增加费用表'; \ No newline at end of file diff --git a/202409/重庆机具/20240927_结算新增额外费用表.sql b/202409/重庆机具/20240927_结算新增额外费用表.sql new file mode 100644 index 0000000..8314310 --- /dev/null +++ b/202409/重庆机具/20240927_结算新增额外费用表.sql @@ -0,0 +1,8 @@ +-- 结算额外增加费用表 +create table slt_agreement_add_cost +( + id int auto_increment comment '主键id' primary key, + cost_remark varchar(255) null comment '费用描述', + add_cost decimal(10, 2) null comment '费用价格', + agreement_id int null comment '协议id' +) comment '结算额外增加费用表'; \ No newline at end of file