down do
    annotation_tables.each do |table|
      transaction do
        # PSQL renames columns in views automatically just mysql cannot do it
        drop_view(:"#{table}_migration_view", if_exists: true) if database_type == :mysql