临河任务调度
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

32 wiersze
1.1KB

  1. // <auto-generated />
  2. using Microsoft.EntityFrameworkCore;
  3. using Microsoft.EntityFrameworkCore.Infrastructure;
  4. using Microsoft.EntityFrameworkCore.Metadata;
  5. using Microsoft.EntityFrameworkCore.Migrations;
  6. using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
  7. using Himp.TaskScheduling.EntityFrameworkCore;
  8. using Volo.Abp.EntityFrameworkCore;
  9. #nullable disable
  10. namespace Himp.TaskScheduling.Migrations
  11. {
  12. [DbContext(typeof(TaskSchedulingHttpApiHostMigrationsDbContext))]
  13. [Migration("20240312033807_Initial")]
  14. partial class Initial
  15. {
  16. /// <inheritdoc />
  17. protected override void BuildTargetModel(ModelBuilder modelBuilder)
  18. {
  19. #pragma warning disable 612, 618
  20. modelBuilder
  21. .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer)
  22. .HasAnnotation("ProductVersion", "8.0.0")
  23. .HasAnnotation("Relational:MaxIdentifierLength", 128);
  24. SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder);
  25. #pragma warning restore 612, 618
  26. }
  27. }
  28. }