c# - Code First view number of keys -



c# - Code First view number of keys -

i trying utilize code first , database migration in mvc 5 project. in 1 of views have 20 keys

[key] [column(order = 19)] [stringlength(3)] public string useoftools { get; set; }

i error:

`the index '' on table "xxx" has 20 columns in key list. maximum limit index key column list 16`.

i appreciate suggestions.

c# sql-server asp.net-mvc ef-code-first

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -