This commit is contained in:
Paul Schneider 2016-11-24 01:01:41 +01:00
commit 6d5178bf43
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");