Sha256: cad685caadba3528dc776658df0f72ddbaf5569621008bb3f440c151265a33ea
Contents?: true
Size: 767 Bytes
Versions: 1
Compression:
Stored size: 767 Bytes
Contents
class CreatePacientesHosped < ActiveRecord::Migration def change create_table :pacientes_hosped do |t| t.string :registro t.string :nome t.integer :sexo t.string :rg t.string :cpf t.string :telefone t.string :celular t.date :data_nascimento t.string :endereco t.string :numero t.string :complemento t.string :estado t.string :cidade t.string :cep t.string :nome_pai t.string :nome_mae t.date :data_primeira_consulta t.text :hipotese_diagnostica t.string :tanner_gm t.string :tanner_p t.text :conduta t.text :observacoes t.date :data_retorno t.text :exames_pendentes t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | db/migrate/20120807193616_create_pacientes_hosped.rb |