|
|
|
@ -12,7 +12,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
namespace Lion.AbpPro.Migrations |
|
|
|
{ |
|
|
|
[DbContext(typeof(AbpProDbContext))] |
|
|
|
[Migration("20220816093900_Init")] |
|
|
|
[Migration("20220909091823_Init")] |
|
|
|
partial class Init |
|
|
|
{ |
|
|
|
protected override void BuildTargetModel(ModelBuilder modelBuilder) |
|
|
|
@ -26,7 +26,6 @@ namespace Lion.AbpPro.Migrations |
|
|
|
modelBuilder.Entity("Lion.AbpPro.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionary", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("char(36)"); |
|
|
|
|
|
|
|
b.Property<string>("Code") |
|
|
|
@ -96,7 +95,6 @@ namespace Lion.AbpPro.Migrations |
|
|
|
modelBuilder.Entity("Lion.AbpPro.DataDictionaryManagement.DataDictionaries.Aggregates.DataDictionaryDetail", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("char(36)"); |
|
|
|
|
|
|
|
b.Property<string>("Code") |
|
|
|
@ -140,74 +138,9 @@ namespace Lion.AbpPro.Migrations |
|
|
|
b.ToTable("DataDictionaryDetail", (string)null); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Lion.AbpPro.FileManagement.Files.File", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.HasColumnType("char(36)"); |
|
|
|
|
|
|
|
b.Property<string>("ConcurrencyStamp") |
|
|
|
.IsConcurrencyToken() |
|
|
|
.HasMaxLength(40) |
|
|
|
.HasColumnType("varchar(40)") |
|
|
|
.HasColumnName("ConcurrencyStamp"); |
|
|
|
|
|
|
|
b.Property<DateTime>("CreationTime") |
|
|
|
.HasColumnType("datetime(6)") |
|
|
|
.HasColumnName("CreationTime"); |
|
|
|
|
|
|
|
b.Property<Guid?>("CreatorId") |
|
|
|
.HasColumnType("char(36)") |
|
|
|
.HasColumnName("CreatorId"); |
|
|
|
|
|
|
|
b.Property<Guid?>("DeleterId") |
|
|
|
.HasColumnType("char(36)") |
|
|
|
.HasColumnName("DeleterId"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("DeletionTime") |
|
|
|
.HasColumnType("datetime(6)") |
|
|
|
.HasColumnName("DeletionTime"); |
|
|
|
|
|
|
|
b.Property<string>("ExtraProperties") |
|
|
|
.HasColumnType("longtext") |
|
|
|
.HasColumnName("ExtraProperties"); |
|
|
|
|
|
|
|
b.Property<string>("FileName") |
|
|
|
.HasColumnType("varchar(255)"); |
|
|
|
|
|
|
|
b.Property<string>("FilePath") |
|
|
|
.HasColumnType("longtext"); |
|
|
|
|
|
|
|
b.Property<bool>("IsDeleted") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("tinyint(1)") |
|
|
|
.HasDefaultValue(false) |
|
|
|
.HasColumnName("IsDeleted"); |
|
|
|
|
|
|
|
b.Property<DateTime?>("LastModificationTime") |
|
|
|
.HasColumnType("datetime(6)") |
|
|
|
.HasColumnName("LastModificationTime"); |
|
|
|
|
|
|
|
b.Property<Guid?>("LastModifierId") |
|
|
|
.HasColumnType("char(36)") |
|
|
|
.HasColumnName("LastModifierId"); |
|
|
|
|
|
|
|
b.Property<Guid?>("TenantId") |
|
|
|
.HasColumnType("char(36)") |
|
|
|
.HasColumnName("TenantId"); |
|
|
|
|
|
|
|
b.HasKey("Id"); |
|
|
|
|
|
|
|
b.HasIndex("CreationTime"); |
|
|
|
|
|
|
|
b.HasIndex("FileName"); |
|
|
|
|
|
|
|
b.ToTable("File", (string)null); |
|
|
|
}); |
|
|
|
|
|
|
|
modelBuilder.Entity("Lion.AbpPro.NotificationManagement.Notifications.Aggregates.Notification", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("char(36)"); |
|
|
|
|
|
|
|
b.Property<string>("ConcurrencyStamp") |
|
|
|
@ -277,7 +210,6 @@ namespace Lion.AbpPro.Migrations |
|
|
|
modelBuilder.Entity("Lion.AbpPro.NotificationManagement.Notifications.Aggregates.NotificationSubscription", b => |
|
|
|
{ |
|
|
|
b.Property<Guid>("Id") |
|
|
|
.ValueGeneratedOnAdd() |
|
|
|
.HasColumnType("char(36)"); |
|
|
|
|
|
|
|
b.Property<DateTime>("CreationTime") |