adamfoneil / ModelSync

A C# model class and database schema comparison, SQL diff scripting library
MIT License
6 stars 2 forks source link

trying to create FK that already exists #12

Closed adamfoneil closed 4 years ago

adamfoneil commented 4 years ago

Because it's table AspNetUsers I wonder if it's being filtered out of SQL Server inspection

image

adamfoneil commented 4 years ago

yes, that's exactly what it is

([t].[name] NOT LIKE 'AspNet%' OR [t].[name] LIKE 'AspNetUsers') AND...