mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 改正 HashColumnType 为 HasColumnType
This commit is contained in:
		@@ -21,7 +21,7 @@ namespace FreeSql.Extensions.EfCoreFluentApi
 | 
			
		||||
            {
 | 
			
		||||
                eb.ToTable("tb_song");
 | 
			
		||||
                eb.Ignore(a => a.Field1);
 | 
			
		||||
                eb.Property(a => a.Title).HashColumnType("varchar(50)").IsRequired();
 | 
			
		||||
                eb.Property(a => a.Title).HasColumnType("varchar(50)").IsRequired();
 | 
			
		||||
                eb.Property(a => a.Url).HasMaxLength(100);
 | 
			
		||||
 | 
			
		||||
                eb.Property(a => a.RowVersion).IsRowVersion();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user