class RemoveAnnomarkIdInAnnotations < ActiveRecord::Migration[6.1] def change safety_assured { remove_column :annotations, :annomark_id, :integer, null: false } end end