Sha256: 5102849bb4a5f79e0563b7ecfd133e99dfd248e82593c7bc1ca86131fb3d0606
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
class CreatePadroesOmsMeses < ActiveRecord::Migration def change create_table :padroes_oms_meses do |t| t.integer :meses t.float :l t.float :m t.float :s t.float :sd t.float :sd3neg t.float :sd2neg t.float :sd1neg t.float :sd0 t.float :sd1 t.float :sd2 t.float :sd3 t.string :tipo t.integer :sexo end add_index :padroes_oms_meses, [ :meses, :tipo, :sexo ] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | db/migrate/20120717150014_create_padroes_oms_meses.rb |