Add simple migration script
This commit is contained in:
parent
9ecc224ae1
commit
32ae82ca8d
6 changed files with 341 additions and 12 deletions
|
@ -15,9 +15,8 @@ namespace Geekbot.net.Database.Models
|
|||
public string Name { get; set; }
|
||||
|
||||
[Required]
|
||||
public string Owner { get; set; }
|
||||
public long Owner { get; set; }
|
||||
|
||||
[Required]
|
||||
public string IconUrl { get; set; }
|
||||
|
||||
public DateTimeOffset CreatedAt { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue