using Microsoft.EntityFrameworkCore.Metadata.Builders; using WIDESEA_Entity.DomainModels; namespace WIDESEA_Entity.MappingConfiguration { public class Sys_UserMapConfig : EntityMappingConfiguration { public override void Map(EntityTypeBuilder builderTable) { //b.Property(x => x.StorageName).HasMaxLength(45); } } }