Skip to content

Commit

Permalink
force bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
markchang committed Jun 26, 2012
1 parent 7701589 commit 75c7502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/schema.rb
Expand Up @@ -17,9 +17,9 @@
t.string "first_name"
t.string "last_name"
t.string "email"
t.integer "phone"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.integer "phone", :limit => 8
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end

add_index "contacts", ["email"], :name => "index_contacts_on_email", :unique => true
Expand Down

0 comments on commit 75c7502

Please sign in to comment.