Is it possible to enforce uniqueness across two tables in MySQL?
I have two tables, both describing users. The users in these tables were for two different systems p
the best way to do this is to declare another table with the unique columns, and have the multiple tables reference these tables