added something :-)
This commit is contained in:
@@ -4,6 +4,8 @@ class CreateUsers < ActiveRecord::Migration
|
||||
t.string :email
|
||||
t.string :password
|
||||
t.boolean :admin
|
||||
t.string :first_name
|
||||
t.string :last_name
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
@@ -18,6 +18,8 @@ ActiveRecord::Schema.define(:version => 20130424220355) do
|
||||
t.string "password"
|
||||
t.string "user_id"
|
||||
t.boolean "admin"
|
||||
t.string "first_name"
|
||||
t.string "last_name"
|
||||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user