summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 916c41f..f2d73de 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -88,8 +88,8 @@ ActiveRecord::Schema.define(version: 20170522210610) do
end
create_table "register_tokens", force: :cascade do |t|
- t.string "uuid", limit: 32, null: false
- t.string "token", limit: 6, null: false
+ t.string "uuid", limit: 191, null: false
+ t.string "token", limit: 191, null: false
t.string "email", limit: 191, null: false
end