On Sat, 02 Aug 2003 18:43:23 +0200, Dag-Erling Smørgrav wrote:
> It works by defining a new
> column constraint (CONSTR_AUTO_INCREMENT) which is handled specially
> by transformColumnDefinition() - after it has transformed SERIAL
> pseudo-types to the corresponding INT types
Beware that MySQL's AUTO_INCREMENT and PostgreSQL's SERIAL are not
equivalent.
See http://troels.arvin.dk/db/rdbms/#mix-identity
--
Greetings from Troels Arvin, Copenhagen, Denmark