Foreign Key Constraint - NO CHECK

Good Morning to All!


Is is to possible with liquibase to add a FK - WITH NO CHECK so that the data that is already in the table can’t generate errors?


I’m currently using MSSQL Server and I don’t know if this is something only related to it or that also other RDBMS have.



Thanks,


Guglielmo

It’s not built into the normal addForeignKey change tag, but you can use to add it or just use to define the constraint yourself.


Nathan