mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Scaffold CRUD pages for licenses.
This commit is contained in:
@@ -19,10 +19,12 @@ namespace Cicm.Database.Models
|
||||
public bool OsiApproved { get; set; }
|
||||
[DisplayName("License text link")]
|
||||
[StringLength(512)]
|
||||
[Url]
|
||||
public string Link { get; set; }
|
||||
[DisplayName("License text")]
|
||||
[Column(TypeName = "longtext")]
|
||||
[StringLength(131072)]
|
||||
[DataType(DataType.MultilineText)]
|
||||
public string Text { get; set; }
|
||||
public virtual ICollection<MachinePhoto> Photos { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user