|
|
@ -14,9 +14,10 @@ namespace Catalog.API.Infrastructure.Migrations |
|
|
|
{ |
|
|
|
modelBuilder |
|
|
|
.HasAnnotation("ProductVersion", "1.1.1") |
|
|
|
.HasAnnotation("SqlServer:Sequence:.catalog_brand_hilo", "'catalog_brand_hilo', '', '1', '10', '', '', 'Int64', 'False'") |
|
|
|
.HasAnnotation("SqlServer:Sequence:.catalog_hilo", "'catalog_hilo', '', '1', '10', '', '', 'Int64', 'False'") |
|
|
|
.HasAnnotation("SqlServer:Sequence:.catalog_type_hilo", "'catalog_type_hilo', '', '1', '10', '', '', 'Int64', 'False'") |
|
|
|
.HasAnnotation("Relational:MaxIdentifierLength", 128) |
|
|
|
.HasAnnotation("Relational:Sequence:.catalog_brand_hilo", "'catalog_brand_hilo', '', '1', '10', '', '', 'Int64', 'False'") |
|
|
|
.HasAnnotation("Relational:Sequence:.catalog_hilo", "'catalog_hilo', '', '1', '10', '', '', 'Int64', 'False'") |
|
|
|
.HasAnnotation("Relational:Sequence:.catalog_type_hilo", "'catalog_type_hilo', '', '1', '10', '', '', 'Int64', 'False'") |
|
|
|
.HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); |
|
|
|
|
|
|
|
modelBuilder.Entity("Microsoft.eShopOnContainers.Services.Catalog.API.Model.CatalogBrand", b => |
|
|
@ -58,7 +59,7 @@ namespace Catalog.API.Infrastructure.Migrations |
|
|
|
|
|
|
|
b.Property<bool>("OnReorder"); |
|
|
|
|
|
|
|
b.Property<string>("PictureUri"); |
|
|
|
b.Property<string>("PictureFileName"); |
|
|
|
|
|
|
|
b.Property<decimal>("Price"); |
|
|
|
|
|
|
|