mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
routine update
This commit is contained in:
@@ -74,11 +74,9 @@ namespace OpenAuth.Repository.Mapping
|
||||
.IsRequired();
|
||||
Property(t => t.FrmContentData)
|
||||
.HasColumnName("FrmContentData")
|
||||
.HasMaxLength(16)
|
||||
.IsOptional();
|
||||
Property(t => t.FrmContentParse)
|
||||
.HasColumnName("FrmContentParse")
|
||||
.HasMaxLength(16)
|
||||
.IsOptional();
|
||||
Property(t => t.FrmId)
|
||||
.HasColumnName("FrmId")
|
||||
|
@@ -37,15 +37,12 @@ namespace OpenAuth.Repository.Mapping
|
||||
.IsRequired();
|
||||
Property(t => t.ContentData)
|
||||
.HasColumnName("ContentData")
|
||||
.HasMaxLength(16)
|
||||
.IsOptional();
|
||||
Property(t => t.ContentParse)
|
||||
.HasColumnName("ContentParse")
|
||||
.HasMaxLength(16)
|
||||
.IsOptional();
|
||||
Property(t => t.Content)
|
||||
.HasColumnName("Content")
|
||||
.HasMaxLength(16)
|
||||
.IsOptional();
|
||||
Property(t => t.SortCode)
|
||||
.HasColumnName("SortCode")
|
||||
|
Reference in New Issue
Block a user