class AddColumnStatusToGestaoDeEstoqueRecebimentoDeMateriais < ActiveRecord::Migration[5.2]
  def change
    add_column :gestao_de_estoque_recebimento_de_materiais, :status, :integer
  end
end
