gowebUSA / MSSA-Project

MSSASD7 repository for projects in C# and T-SQL
1 stars 0 forks source link

Make MCN a Unique key #22

Closed gowebUSA closed 4 years ago

gowebUSA commented 4 years ago

As a MxController, I want to have a unique MCN so there is no duplicate MAF.

Accepted Criteria: When MCN cannot accept duplicate data.

gowebUSA commented 4 years ago

Added [Key] keyword to Models/Aircraft.cs line 13 but failing to Update-Database after Add-Migration McnAsKey. Implementing https://docs.microsoft.com/en-us/ef/core/modeling/keys?tabs=data-annotations. Modified the fol: