Skip to content

Commit

Permalink
No real modifications in schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Campos committed May 12, 2012
1 parent 1115534 commit 1a58ee0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions test_app/db/schema.rb
Expand Up @@ -12,22 +12,20 @@
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20111224181356) do

create_table "users", :force => true do |t|
t.string "name"
t.string "last_name"
t.string "address"
t.string "email", :null => false
t.string "zip"
t.string "country"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "receive_email"
t.text "description"
t.string "favorite_color"
t.text "favorite_books"
t.datetime "birth_date"
t.float "money"
t.string "favorite_color"
t.text "favorite_books"
end

end

0 comments on commit 1a58ee0

Please sign in to comment.