Commit 399d6ba9 by nnnghia98

add space

parent 5cf0f521
Pipeline #244 failed with stages
in 0 seconds
...@@ -5,7 +5,7 @@ class CreateUsers < ActiveRecord::Migration[6.0] ...@@ -5,7 +5,7 @@ class CreateUsers < ActiveRecord::Migration[6.0]
t.string :last_name t.string :last_name
## Database authenticatable ## Database authenticatable
t.string :email,unique: true, null: false, default: "" t.string :email, unique: true, null: false, default: ""
t.string :username, unique: true t.string :username, unique: true
t.string :encrypted_password, null: false, default: "" t.string :encrypted_password, null: false, default: ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment