class CreatePpaConvenios < ActiveRecord::Migration[4.2]
  def change
    create_table :ppa_convenios do |t|
      t.integer :ppa_id
      t.integer :funcao_id
      t.integer :unidade_orcamentaria_id
      t.string :nome

      t.timestamps null: false
    end
  end
end
