Sha256: 4597ff62f2fda22dfbe5a6d52540875e5f7cb06a2dcc2dbcdbce56c84625e456
Contents?: true
Size: 435 Bytes
Versions: 22
Compression:
Stored size: 435 Bytes
Contents
class CreateUsdaNutrients < ActiveRecord::Migration def change create_table :usda_nutrients, id: false, primary_key: :nutrient_number do |t| t.string :nutrient_number, null: false, index: true t.string :units, null: false t.string :tagname t.string :nutrient_description, null: false t.string :number_decimal_places, null: false t.integer :sort_record_order, null: false end end end
Version data entries
22 entries across 22 versions & 1 rubygems