t.string :name, :null=>true t.integer :employer_id, :null=>false t.timestamps end add_index :people, :employer_id end def self.down drop_table :people end end Tuesday, 22 May 12
t.string :name, :null=>true t.integer :employer_id, :null=>false t.timestamps end add_index :people, :employer_id end def self.down drop_table :people end end Tuesday, 22 May 12
t.string :name, :null=>true t.integer :employer_id, :null=>false t.timestamps end add_index :people, :employer_id end def self.down drop_table :people end end Tuesday, 22 May 12