modal partnerji in dodajanje pri transport plan
This commit is contained in:
@@ -347,6 +347,9 @@ namespace EveryThing.Migrations
|
||||
b.Property<int>("IdCountryFk")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<bool>("LoadingOrderLoadUnload")
|
||||
.HasColumnType("tinyint(1)");
|
||||
|
||||
b.Property<string>("Post")
|
||||
.IsRequired()
|
||||
.HasColumnType("longtext");
|
||||
@@ -371,6 +374,9 @@ namespace EveryThing.Migrations
|
||||
.IsRequired()
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<bool>("Transporter")
|
||||
.HasColumnType("tinyint(1)");
|
||||
|
||||
b.HasKey("IdPartner");
|
||||
|
||||
b.HasIndex("IdCompanyFk");
|
||||
|
||||
Reference in New Issue
Block a user