Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

20211122105942_Initial.Designer.cs 900B

12345678910111213141516171819202122232425262728
  1. // <auto-generated />
  2. using BlackRock.Reporting.API.Persistence;
  3. using Microsoft.EntityFrameworkCore;
  4. using Microsoft.EntityFrameworkCore.Infrastructure;
  5. using Microsoft.EntityFrameworkCore.Metadata;
  6. using Microsoft.EntityFrameworkCore.Migrations;
  7. using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
  8. #nullable disable
  9. namespace BlackRock.Reporting.API.Migrations
  10. {
  11. [DbContext(typeof(BRDbContext))]
  12. [Migration("20211122105942_Initial")]
  13. partial class Initial
  14. {
  15. protected override void BuildTargetModel(ModelBuilder modelBuilder)
  16. {
  17. #pragma warning disable 612, 618
  18. modelBuilder
  19. .HasAnnotation("ProductVersion", "6.0.0")
  20. .HasAnnotation("Relational:MaxIdentifierLength", 128);
  21. SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder, 1L, 1);
  22. #pragma warning restore 612, 618
  23. }
  24. }
  25. }