Using: .NET 5 Preview 5.
My model has two int? (optional) values. When I try to seed without those values (optional) in an anonymous type, I get:
The number of values (9) doesn't match the number of columns (11) for the data insertion operation on 'customers'. Provide the same number of values and columns.