class AddCreatedByToShippingBox < ActiveRecord::Migration[6.0]
  def change
    add_column :shipping_boxes, :created_by, :string, default: ''
  end
end
