Add preferences to user model
This commit is contained in:
5
db/migrate/20230403135149_add_preferences_to_users.rb
Normal file
5
db/migrate/20230403135149_add_preferences_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPreferencesToUsers < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :users, :preferences, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user