We are using Visual Studio and a database project to generate our database.
I just made a number of database changes (including adding a new table named Corres
Corres
For me, just setting the compatibility level to higher level works fine. To see C.Level :
select compatibility_level from sys.databases where name = [your_database]