Try to call the base method in your override.
protected override void OnModelCreating(ModelBuilder builder) { base.OnModelCreating(builder); }