1 2 3 4 5
class AddLanguageToSipAccount < ActiveRecord::Migration def change add_column :sip_accounts, :language_code, :string end end