validation & client approval dates
This commit is contained in:
parent
c9329a8c03
commit
4a252bf5b2
5 changed files with 1033 additions and 1 deletions
|
|
@ -289,6 +289,8 @@ namespace Yavsc.Migrations
|
|||
|
||||
b.Property<string>("AttachedGraphicsString");
|
||||
|
||||
b.Property<DateTime>("ClientApprouvalDate");
|
||||
|
||||
b.Property<string>("ClientId")
|
||||
.IsRequired();
|
||||
|
||||
|
|
@ -298,6 +300,8 @@ namespace Yavsc.Migrations
|
|||
|
||||
b.Property<string>("Description");
|
||||
|
||||
b.Property<DateTime>("LatestValidationDate");
|
||||
|
||||
b.Property<string>("OwnerId")
|
||||
.IsRequired();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue