From c420ab975c5928e718c262aa50b0c10484f0783a Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Wed, 1 Dec 2021 00:50:47 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20.=20608=20=EA=B3=BC=EC=A0=9C=20=ED=8F=89=EA=B0=80=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EA=B8=80=EC=9E=90=EC=88=98=20=EC=A0=9C=ED=95=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/cm/cmregsd.cshtml | 2 +- Dao/DB/DB1.Scheme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BO/Views/cm/cmregsd.cshtml b/BO/Views/cm/cmregsd.cshtml index 7b706d9..e1a6db3 100644 --- a/BO/Views/cm/cmregsd.cshtml +++ b/BO/Views/cm/cmregsd.cshtml @@ -34,7 +34,7 @@ else
-
@Html.TextAreaFor(m => m.CMSD.sddesc, new { @class = "form-control", @maxlength = "700", @style = "resize: none; height: 70px;" })
+
@Html.TextAreaFor(m => m.CMSD.sddesc, new { @class = "form-control", @maxlength = "5000", @style = "resize: none; height: 70px;" })
diff --git a/Dao/DB/DB1.Scheme.txt b/Dao/DB/DB1.Scheme.txt index 19dc9e6..bef2685 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -581,7 +581,7 @@ create table cmsd ( ,cmno int not null ,sdtype tinyint not null ,sdname varchar (100) not null - ,sddesc varchar (500) + ,sddesc varchar (6000) ,tpoint tinyint not null ,sdcondition tinyint not null ,fgno bigint