fixes the db migration
This commit is contained in:
parent
13fde95882
commit
72e124d1a1
11 changed files with 100 additions and 71 deletions
|
|
@ -9,7 +9,7 @@ namespace Yavsc.Server.Models.IT
|
|||
/// A Numerical Id
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
[Key]
|
||||
[Key,DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public long Id { get; set; }
|
||||
|
||||
[Required]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue