Error deploying to SQL Azure using EF 6 alpha3 Code First and Migrations creating __MigrationHistory table
问题 I'm using EF 6 alpha 3 code first. When I try to create the database on SQL Azure running the Update-Database command I get the following error: Tables without a clustered index are not supported in this version of SQL Server. Please create a clustered index and try again. I tracked down the error to the __MigrationHistory table creation sql command. CREATE TABLE [dbo].[__MigrationHistory] ( [MigrationId] [nvarchar](255) NOT NULL, [ContextKey] [nvarchar](512) NOT NULL, [Model] [varbinary](max