Skip to content

Instantly share code, notes, and snippets.

View shaojunda's full-sized avatar
🏠
Working from home

shaojunda shaojunda

🏠
Working from home
  • Cryptape
  • HangZhou
View GitHub Profile
class AddMoreDetailToJob < ActiveRecord::Migration[5.0]
def change
add_column :jobs, :wage_upper_bound, :integer
add_column :jobs, :wage_lower_bound, :integer
add_column :jobs, :contact_email, :string
end
end