Initial commit
This commit is contained in:
5
db/migrate/20200602075906_add_author_to_profiles.rb
Normal file
5
db/migrate/20200602075906_add_author_to_profiles.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddAuthorToProfiles < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :profiles, :author, :string, null: true, after: :user_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user