Is there a way? The following doesn't work:
var customer = constructor.Entity<Customer>(); customer.Property(c => c.Date).DataType("smalldatetime");
customer.Property(c => c.Date).HasStoreType("smalldatetime");