Sha256: c174bd6ab7b4a2fc6825428b12ca73a37bc3b73aaf1cd2aa2c8f7c387238c7dd
Contents?: true
Size: 232 Bytes
Versions: 14
Compression:
Stored size: 232 Bytes
Contents
# typed: false class AddSchool < ActiveRecord::Migration[5.0] 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