# frozen_string_literal: true class DropAPIImagesCreatedBy < ActiveRecord::Migration[7.1] def change remove_column(:api_images, :created_by, :string, null: false) end end