Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created July 16, 2024 06:25
Show Gist options
  • Save wullemsb/27e6e1fa2376786d8d12c3fa14e94787 to your computer and use it in GitHub Desktop.
Save wullemsb/27e6e1fa2376786d8d12c3fa14e94787 to your computer and use it in GitHub Desktop.
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.Entity<Product>()
.Property(e => e.DateField)
.HasColumnType("datetime2");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment