added something :-)

This commit is contained in:
Ken Johnson
2013-04-25 01:24:59 -04:00
parent c75c0b20b3
commit 68acfe3803
5 changed files with 20 additions and 1 deletions
@@ -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
+2
View File
@@ -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