Skip to content

Commit

Permalink
Force table creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 19, 2018
1 parent b6bbe53 commit c1ae773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20180219221860_create_users.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class CreateUsers < ActiveRecord::Migration[5.2]
def change
create_table :users do |t|
create_table :users, force: true do |t|
t.string :name
t.string :email
t.string :password
Expand Down

0 comments on commit c1ae773

Please sign in to comment.