Sha256: 203647fb800eea2a8c0702161e80951f5b2c0ca1ab0b5328780d1e1e5ad2c4a6
Contents?: true
Size: 232 Bytes
Versions: 14
Compression:
Stored size: 232 Bytes
Contents
# typed: false class AddSchool < ActiveRecord::Migration[5.1] def change create_table :schools do |t| t.string :name end add_column :wizards, :school_id, :integer add_foreign_key :wizards, :schools end end
Version data entries
14 entries across 14 versions & 1 rubygems