From 3e19bb798a1425673ce0b05263c96796977c12af Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Thu, 17 Oct 2024 15:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E8=9E=8D=E5=90=88=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202410/机具大融合/20241017_ma_type_新增字段.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 202410/机具大融合/20241017_ma_type_新增字段.sql diff --git a/202410/机具大融合/20241017_ma_type_新增字段.sql b/202410/机具大融合/20241017_ma_type_新增字段.sql new file mode 100644 index 0000000..c92aaf3 --- /dev/null +++ b/202410/机具大融合/20241017_ma_type_新增字段.sql @@ -0,0 +1,7 @@ +-- 丢失赔偿价 +alter table ma_type + add pay_price decimal(10, 2) null comment '丢失赔偿价'; + +-- 税率 +alter table ma_type + add tax_ratio decimal(10, 2) null comment '税率'; \ No newline at end of file