Sha256: 1ea6120e8f37951a0ca4f865428bd72acf043c453970890340135953d798f7ef
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
class CreateConsultaAutosaves < ActiveRecord::Migration def change create_table :consulta_autosaves do |t| t.integer :profissional_id t.integer :paciente_id t.integer :modulo_id t.text :dados t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | db/migrate/20150215140918_create_consulta_autosaves.rb |