|
@@ -51,9 +51,6 @@ public partial class GaruaevContext : DbContext
|
|
|
.HasMaxLength(20)
|
|
|
.HasColumnName("customer_adress");
|
|
|
entity.Property(e => e.CustomerBirthdate).HasColumnName("customer_birthdate");
|
|
|
- entity.Property(e => e.CustomerFoodInformation)
|
|
|
- .HasMaxLength(10000)
|
|
|
- .HasColumnName("customer_food_information");
|
|
|
entity.Property(e => e.CustomerGender).HasColumnName("customer_gender");
|
|
|
entity.Property(e => e.CustomerHeight).HasColumnName("customer_height");
|
|
|
entity.Property(e => e.CustomerNickname)
|