class AddTelToAnnonceAccounts < ActiveRecord::Migration def change add_column :annonce_accounts, :tel_number, :string end end