Sha256: 66c8cdd6e2248913011787378c8a7957252960b31d8cca3b969a110374272677
Contents?: true
Size: 252 Bytes
Versions: 11
Compression:
Stored size: 252 Bytes
Contents
class CreateWinemakers < ActiveRecord::Migration def change create_table :winemakers do |t| t.string :name t.integer :position t.references :wine, index: true, foreign_key: true t.timestamps null: false end end end
Version data entries
11 entries across 11 versions & 1 rubygems