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