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 ce35164 commit 8873148Copy full SHA for 8873148
SQLite.CodeFirst.Console/Entity/Player.cs
@@ -12,7 +12,7 @@ public class Player : IEntity
12
[MaxLength(50)]
13
public string FirstName { get; set; }
14
15
- [Index("IX_LastName_LN")] // Test for named index
+ [Index("IX_TeamPlayer_LN")] // Test for named index
16
17
public string LastName { get; set; }
18
0 commit comments