X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=DBSchema%2FDBD%2FSQLite.pm;h=5397ba05804ac88b3340c92ed05e2b1d4d0235d9;hb=9759db085193aee0de0133e97879fe11d3405667;hp=cbb4e875cad683d95a5be0b7425248252e0028de;hpb=ca52ef63452f1c272621f65a96ed961312d04f24;p=DBIx-DBSchema.git diff --git a/DBSchema/DBD/SQLite.pm b/DBSchema/DBD/SQLite.pm index cbb4e87..5397ba0 100644 --- a/DBSchema/DBD/SQLite.pm +++ b/DBSchema/DBD/SQLite.pm @@ -8,7 +8,7 @@ $VERSION = '0.01'; @ISA = qw(DBIx::DBSchema::DBD); %typemap = ( -'SERIAL' => 'INTEGER PRIMARY KEY' +'SERIAL' => 'INTEGER PRIMARY KEY AUTOINCREMENT'; ); =head1 NAME