Closed GoogleCodeExporter closed 9 years ago
It's just because it's a foreign key, so it's usual to use integers.
Now, I don't get exactly why you need this. Can't you create another table that
looks
somewhat like:
CREATE TABLE something (
id_ref INTEGER,
legs ENUM('two', 'three')
);
You certainly have to know beforehand if it is a 2 or 3 legged auth...
Original comment by brunobg%...@gtempaccount.com
on 26 May 2010 at 7:23
That makes sense, and is probably more efficient. Thanks!
Original comment by timtrini...@gmail.com
on 26 May 2010 at 7:45
Glad to help. Fixed!
Original comment by brunobg%...@gtempaccount.com
on 26 May 2010 at 8:19
Original issue reported on code.google.com by
timtrini...@gmail.com
on 24 May 2010 at 11:10