mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-09 04:56:21 +10:00
add job title to people
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddJobTitleToPeople < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :people ,:job_title , :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user