Here is my situation. I have a database named LDCRM. I have just taken a backup and restored as LDCRM_2.
Ideally both these databases should be identical in terms of all database objects. However when I use OpenDiff tool (https://github.com/OpenDBDiff/OpenDBDiff) I see the constraints alone showing as different in the tables between the databases.
My guess is that constraint names are auto-generated in the databases and hence causes this difference. Is there an option to avoid such auto-generation and give a fixed name for the constraints.