Hello all,

I'm trying to use Code First on an existing database, without success.

I managed to reverse engineer the models, and make them work, without
migrations.

When I try to enable migrations, it works until the point of
Update-Database, where it craps out with a

ScriptHalted


I posted all my findings on this question on SO:

https://stackoverflow.com/questions/44266141/entity-framework-code-first-migrations-and-firebird

It seems that, since the DB is big, the Model VarBinary generated for the
MigrationHistory table is bigger than the allowed by Firebird.

Anyone knows a workaround?

Thank you
-- 
Bruno Xavier - 2017
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to