临河任务调度
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

29 行
1022B

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