class CreateBaseClassificacoesDasFontesDeRecursos < ActiveRecord::Migration[4.2]
  def change
    create_table :base_classificacoes_das_fontes_de_recursos do |t|
      t.string :descricao
      t.integer :modulo_id
      t.string :modulo_type

      t.timestamps null: false
    end
  end
end
