chore
This commit is contained in:
@@ -242,6 +242,9 @@ namespace Atomx.Data.Migrations
|
||||
b.Property<long>("CountryId")
|
||||
.HasColumnType("bigint");
|
||||
|
||||
b.Property<int>("Depth")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<int>("DisplayOrder")
|
||||
.HasColumnType("integer");
|
||||
|
||||
@@ -259,6 +262,10 @@ namespace Atomx.Data.Migrations
|
||||
b.Property<long>("ParentId")
|
||||
.HasColumnType("bigint");
|
||||
|
||||
b.Property<string>("Path")
|
||||
.IsRequired()
|
||||
.HasColumnType("varchar(100)");
|
||||
|
||||
b.Property<long>("StateProvinceId")
|
||||
.HasColumnType("bigint");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user