IndexBuilder 和 ForNpgsqlHasComment

IndexBuilder and ForNpgsqlHasComment

为什么NpgsqlEntityTypeBuilderExtensionsNpgsqlPropertyBuilderExtensionsForNpgsqlHasComment设置评论的方法,而NpgsqlIndexBuilderExtensions没有。如何在 FluentApi?

中为索引设置注释

目前不支持此功能。您可以在 https://github.com/aspnet/EntityFrameworkCore/ 上提出请求(评论支持尚未添加到 EF Core 本身,也不再是特定于 Npgsql 的)。

同时,您可以在迁移中使用原始 SQL 手动向索引添加注释。