JonPSmith / EfCore.SchemaCompare

Library to compare EF Core's Model of the database against a database's schema.
https://www.thereformedprogrammer.net/how-to-update-a-databases-schema-without-using-ef-cores-migrate-feature/
MIT License
106 stars 15 forks source link

Possibility to choose which comparison rule you want to use #10

Closed zdzislaw closed 1 year ago

zdzislaw commented 1 year ago

Problem:

DIFFERENT: IndicatorDaily->Property 'LastYearValue', column type. Expected = DECIMAL(38,18), found = decimal(38, 18)

JonPSmith commented 1 year ago

Hi @zdzislaw,

Have a look at issue #7 and my reply.