class AddContentInAnnotation < ActiveRecord::Migration[6.1]
def change
add_column :annotations, :content, :text, default: "", null: false
end