diff --git a/db/schema.rb b/db/schema.rb index 81f968d..55eddba 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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