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