@Lord_Verulam Yes, constraint names are global, and databases are a shared resource. To avoid this in such a situation like testing where you're making and destroying a lot of things, append a little bit of randomness to table names, and prefix constraints with the table name.
↧