If you don't want to drop/create the table, you can use @columnDefinition attribute and define the column definition yourself.
/**
* @var integer
*
* @ORM\Column(type="integer", columnDefinition="INT NOT NULL AFTER `user_id`")
*/
private $superbanana;