Sha256: 001ad6d009427c319422c18e2578d10444ab7d7e10aeb9f77dd5dad8f4838f8f

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 Bytes

Contents

class CreatePadroesOmsDias < ActiveRecord::Migration
  def change
    create_table :padroes_oms_dias do |t|
      t.integer :dias
      t.float :sd4neg
      t.float :sd3neg
      t.float :sd2neg
      t.float :sd1neg
      t.float :sd0
      t.float :sd1
      t.float :sd2
      t.float :sd3
      t.float :sd4
      t.string :tipo
      t.integer :sexo
    end
    
    add_index :padroes_oms_dias, [ :dias, :tipo, :sexo ]
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 db/migrate/20120717121640_create_padroes_oms_dias.rb