Merge pull request '数据库连接字符串有可能超过256 增加到512' (#178) from suncaomei/Admin.NET.Pro:main into main
Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/178
This commit is contained in:
commit
ee3969cf2d
@ -60,8 +60,8 @@ public partial class SysCodeGen : EntityBase
|
||||
/// <summary>
|
||||
/// 数据库链接
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnDescription = "数据库链接", Length = 256)]
|
||||
[MaxLength(256)]
|
||||
[SugarColumn(ColumnDescription = "数据库链接", Length = 512)]
|
||||
[MaxLength(512)]
|
||||
public string? ConnectionString { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user