I have a column "Name" that must be unqiue. No foreign key or anything like that....EF 6.1 finally supports creating such indexes via Annotations. That has been discussed already on SO. But it seems it can only be done via annotations in the classes. How ...