Normally Sequelize.js adapt itself with the database. So the autoincrement attribute corresponds to a serial type in PostgreSQL.
I already worked with Sequelize and what I remember is that you don’t need to specify an id as a primary key. Sequelize will do it for you.
Try to not add an id attribute and see if Sequelize will not add it for you or not.