Sha256: 51358e326ac53be21836f905bbe3d042f5baa443e0499a0ae064a49cf3cf7ed0
Contents?: true
Size: 282 Bytes
Versions: 12
Compression:
Stored size: 282 Bytes
Contents
# typed: false class CreateWizards < ActiveRecord::Migration[5.1] 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