Removed auto_increment from a field's extra attribute; it's already saved in is_auto_...
authorChris Hilton <chilton@thoughtworks.com>
Tue, 12 Jul 2005 16:05:35 +0000 (16:05 +0000)
committerChris Hilton <chilton@thoughtworks.com>
Tue, 12 Jul 2005 16:05:35 +0000 (16:05 +0000)
commit121b3cd3d7227fea5a856735920e0bdaaa7286e6
treeff045d529eea5c7094f555b518caf20ba5e380da
parentf5bfb6d77f31620eee0ab99eac3342adc0e8abfd
Removed auto_increment from a field's extra attribute; it's already saved in is_auto_increment and this prevents it unnecessarily showing up in the field's comment when producing MySQL
lib/SQL/Translator/Parser/DBI/MySQL.pm