class CreateBaseEstadosCivis < ActiveRecord::Migration[4.2]
  def change
    create_table :base_estados_civis do |t|
      t.string :descricao

      t.timestamps null: false
    end
  end
end
