I want to set the default collation for a database, when Entity Framework Code First creates it.
I\'ve tried the following:
public class TestInitiali
EF 5 now supports creating missing tables in an existing database with Code First, so you can create an empty database and set the collation correct, before running an CF on it.