Add discared_at to users
This commit is contained in:
parent
503527459e
commit
337b20661a
3 changed files with 11 additions and 1 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddDiscardReasonAndDiscardedAtToUsers < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :users, :discard_reason, :string
|
||||
add_column :users, :discarded_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue