我在 C# 类中有以下内容。
public bool answer1Correct { get; set; }
public bool answer2Correct { get; set; }
public bool answer3Correct { get; set; }
public bool answer4Correct { get; set; }
public bool answer5Correct { get; set; }
我想使用实体框架将这些连接到 SQL Server 中的表。在 SQL Server 2012 中创建列时应该使用什么数据类型?