id: {
type: Sequelize.INTEGER,
primaryKey: true,
autoIncrement: true
},
I have a database in postgres and I am using sequelize as an orm, at the moment the definition of my id field looks like this, obviously when I start adding records, the id starts at 1, 2, 3 and so on, I would like know if it is possible to start at 10000