Sha256: 882922c8e8ef4b50e957bc293d16445ea795f2ec883fa9f57a8001d604482033

Contents?: true

Size: 270 Bytes

Versions: 1

Compression:

Stored size: 270 Bytes

Contents

class CreatePercentis < ActiveRecord::Migration
  def change
    create_table :percentis do |t|
      t.integer :sexo
      t.integer :idade
      t.integer :percentil
      t.float :valor
      t.string :tipo
      t.string :label

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 db/migrate/20160312220545_create_percentis.rb