add trashable concern on user
This commit is contained in:
5
db/migrate/20220731232807_add_deleted_at_to_user.rb
Normal file
5
db/migrate/20220731232807_add_deleted_at_to_user.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddDeletedAtToUser < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :users, :deleted_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user