Initial commit
This commit is contained in:
5
db/migrate/20181113200008_add_notes_to_bookmarks.rb
Normal file
5
db/migrate/20181113200008_add_notes_to_bookmarks.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNotesToBookmarks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :bookmarks, :notes, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user