You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set types when create Column definitions
Add a MockColumn class to manage ColumnName and ColumnType.
Add WithColumns method : `MockTable.WithColumns(("Col1", typeof(int?)));`