Sha256: e3778d8e218fca65020bb4d9440d3e4e45a21399ba3834597c8d8431fdc8baa6
Contents?: true
Size: 392 Bytes
Versions: 16
Compression:
Stored size: 392 Bytes
Contents
class CreateUsdaFootnotes < ActiveRecord::Migration def change create_table :usda_footnotes do |t| t.string :nutrient_databank_number, null: false, index: true t.string :footnote_number, null: false, index: true t.string :footnote_type, null: false, index: true t.string :nutrient_number, index: true t.string :footnote_text, null: false end end end
Version data entries
16 entries across 16 versions & 1 rubygems