Sha256: f670568cc2108fc993d1b14f70bdf81c06a1aad35ed5e2080225a8001ec0d3f4
Contents?: true
Size: 282 Bytes
Versions: 12
Compression:
Stored size: 282 Bytes
Contents
# typed: false class CreateWizards < ActiveRecord::Migration[5.0] def change create_table :wizards do |t| t.string :name t.integer :house t.integer :professor t.string :parent_email t.text :notes t.timestamps null: false end end end
Version data entries
12 entries across 12 versions & 1 rubygems