Set a max length for BookmarkContainer.title
This commit is contained in:
parent
6ec00b7d06
commit
00136bc11b
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ namespace Start.Server.Models {
|
|||
[Key]
|
||||
public int BookmarkContainerId { get; set; }
|
||||
|
||||
[MaxLength(300)]
|
||||
public string Title { get; set; }
|
||||
|
||||
/// <summary>The unique ID of the user that this container belongs to</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue