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
Would changing the type of the ID column be affordable? Then you could go for GUIDs which would be unique across as many tables as you want.