| 12345678910111213141516171819202122232425262728 |
- // <auto-generated />
- using BlackRock.Reporting.API.Persistence;
- using Microsoft.EntityFrameworkCore;
- using Microsoft.EntityFrameworkCore.Infrastructure;
- using Microsoft.EntityFrameworkCore.Metadata;
- using Microsoft.EntityFrameworkCore.Migrations;
- using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
-
- #nullable disable
-
- namespace BlackRock.Reporting.API.Migrations
- {
- [DbContext(typeof(BRDbContext))]
- [Migration("20211122105942_Initial")]
- partial class Initial
- {
- protected override void BuildTargetModel(ModelBuilder modelBuilder)
- {
- #pragma warning disable 612, 618
- modelBuilder
- .HasAnnotation("ProductVersion", "6.0.0")
- .HasAnnotation("Relational:MaxIdentifierLength", 128);
-
- SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder, 1L, 1);
- #pragma warning restore 612, 618
- }
- }
- }
|