add job title to people

This commit is contained in:
szpyxlwoni
2012-12-04 15:17:38 +08:00
parent 89ae1532d1
commit 0025dabc9a
@@ -0,0 +1,5 @@
class AddJobTitleToPeople < ActiveRecord::Migration
def change
add_column :people ,:job_title , :string
end
end