This commit is contained in:
2016-11-24 01:01:41 +01:00
parent f62b3d5ca6
commit d99e9b209f
16 changed files with 1209 additions and 34 deletions

View File

@ -354,22 +354,26 @@ namespace Yavsc.Migrations
b.Property<string>("AttachedGraphicsString");
b.Property<DateTime>("ClientApprouvalDate");
b.Property<string>("ClientId")
.IsRequired();
b.Property<byte[]>("ClientSignature");
b.Property<DateTime>("ClientValidationDate");
b.Property<long?>("CommandId");
b.Property<string>("CommandType");
b.Property<string>("Description");
b.Property<DateTime>("LatestValidationDate");
b.Property<string>("OwnerId")
.IsRequired();
b.Property<byte[]>("ProviderSignature");
b.Property<DateTime>("ProviderValidationDate");
b.Property<string>("Title");
b.HasKey("Id");