I have a User Model with a hasOne relation on Role Model
User.init({ id: { type: DataTypes.INTEGER.UNSIGNED, autoIncrement: true,