Migrations added
This commit is contained in:
parent
152c6018b3
commit
9a06dd4aa1
3 changed files with 28 additions and 0 deletions
5
db/migrate/20130304104623_add_state_to_user.rb
Normal file
5
db/migrate/20130304104623_add_state_to_user.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddStateToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :state, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue