I want to use EF code first to create a column into a table Task, which is an array. How?
public class Task
{
// my presumption code
public string[] Attempts { get; set; }
The Attempts has
AttemptsMetadata---maybe string
Time ---DataTime
Answered ---bool