require a command type in estimation
This commit is contained in:
parent
73899657b0
commit
ea5ab19f8f
6 changed files with 2024 additions and 9 deletions
|
|
@ -1,6 +1,8 @@
|
|||
using System;
|
||||
using Microsoft.Data.Entity;
|
||||
using Microsoft.Data.Entity.Infrastructure;
|
||||
using Microsoft.Data.Entity.Metadata;
|
||||
using Microsoft.Data.Entity.Migrations;
|
||||
using Yavsc.Models;
|
||||
|
||||
namespace Yavsc.Migrations
|
||||
|
|
@ -337,7 +339,8 @@ namespace Yavsc.Migrations
|
|||
|
||||
b.Property<long?>("CommandId");
|
||||
|
||||
b.Property<string>("CommandType");
|
||||
b.Property<string>("CommandType")
|
||||
.IsRequired();
|
||||
|
||||
b.Property<string>("Description");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue