From 3b6d99a5d59cdf9acdeaab0f31b3a68a4c66d806 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Sun, 30 Mar 2025 19:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sql=EF=BC=8C=E7=BB=99jsh=5Fac?= =?UTF-8?q?count=5Fhead=E8=A1=A8=E7=9A=84=E6=96=87=E4=BB=B6=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=A2=9E=E5=8A=A0=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt index 3fbf86fae..099f85501 100644 --- a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt +++ b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt @@ -1643,4 +1643,11 @@ alter table jsh_supplier change address address varchar(100) DEFAULT NULL COMMEN -- 给产品扩展字段表增加租户id字段 -- 另外注意:需要手动把商品属性菜单分配给租户角色 -- -------------------------------------------------------- -alter table jsh_material_property add tenant_id bigint(20) DEFAULT NULL COMMENT '租户id' after another_name; \ No newline at end of file +alter table jsh_material_property add tenant_id bigint(20) DEFAULT NULL COMMENT '租户id' after another_name; + +-- -------------------------------------------------------- +-- 时间 2025年3月30日 +-- by jishenghua +-- 给jsh_account_head表的文件字段增加长度 +-- -------------------------------------------------------- +alter table jsh_account_head change file_name file_name varchar(1000) DEFAULT NULL COMMENT '附件名称'; \ No newline at end of file