class AddSiglaToProjecaoReceitas < ActiveRecord::Migration[4.2]
  def change
    add_column :projecao_receitas, :sigla, :string, limit: 20
  end
end
