(See [How to create an index for a string property in Entity Framework 7](http://stackoverflow.com/q/26950625/475031)) Similar to how we use `nvarchar(450)` on key columns, we should do something similar for indexed columns. I assume this also applies to `varbinary(max)`.