create_table :candidatures do |t|
      t.integer :vacancy_id
      t.integer :offeror_id
      t.integer :user_id
      t.string :name