1 2 3 4 5 6
class AddIsNativeToUser < ActiveRecord::Migration def change add_column :users, :is_native, :boolean end end