We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6c48e commit a1f19e4Copy full SHA for a1f19e4
src/Migrator/Framework/Index.cs
@@ -39,7 +39,6 @@ public class Index : IDbField
39
/// <summary>
40
/// Gets or sets items that represent filter expressions in filtered indexes. Currently string, integer and boolean values are supported.
41
/// Attention: In SQL Server the column used in the filter must be NOT NULL.
42
- /// Oracle: Not supported for Oracle
43
/// </summary>
44
public List<FilterItem> FilterItems { get; set; } = [];
45
}
0 commit comments