Sha256: 2a60b0fa425b7c177c775ac102bd7abfa7418144f747a9cb50580b83f36d79d2

Contents?: true

Size: 423 Bytes

Versions: 1

Compression:

Stored size: 423 Bytes

Contents

class DropTeleconsultoriasTable < ActiveRecord::Migration
  def change
    drop_table :teleconsultorias do |t|
      t.integer :especialidade_id, null: false
      t.integer :solicitante_id, null: false
      t.integer :teleconsultor_id, null: false
      t.integer :paciente_id, null: false
      t.integer :consulta_id, null: false
      t.integer :situacao, null: false

      t.timestamps null: false
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 db/migrate/20170606130311_drop_teleconsultorias_table.rb