Changes in database for tags to be array integers instead of strings
This commit is contained in:
@@ -12,6 +12,7 @@ public class UserProfileData
|
||||
public User User { get; set; }
|
||||
|
||||
public string UserDescription { get; set; }
|
||||
public int[] Tags { get; set; }
|
||||
|
||||
[Required]
|
||||
[Key]
|
||||
|
||||
Reference in New Issue
Block a user