Skip to content

HasIndex method of OwnedNavigationBuilder is missing overload that accepts index name #30718

@prcdpr

Description

@prcdpr

I'm configuring owned entity via fluent API.

I tried to configure index with a custom name on one of owned entity properties .

image

However, when configuring index on a parent entity builder, an overload exists:

image

I'm looking for a solution to the same problem as in here: npgsql/efcore.pg#2522
I'm trying to set up multiple indices on same property (both BTREE and GIN index on same text column).

Provider and version information

EF Core version: 6.0.12
Database provider: Npgsql.EntityFrameworkCore.PostgreSQL 6.0.8
Target framework: .NET 6.0

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions