Sha256: a0c4eac44a325f31d73beca429229f8878da93584ce154b75868df30203d772c
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
class AddPacienteConsultaToTeleconsultorias < ActiveRecord::Migration def change add_column :teleconsultorias, :paciente_id, :integer add_column :teleconsultorias, :consulta_id, :integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | db/migrate/20160730182728_add_paciente_consulta_to_teleconsultorias.rb |