Sha256: 7f335fa6e5026ddead8af730f026a0db503da858d9ff4fb8f95e8fd44b4d5c37
Contents?: true
Size: 228 Bytes
Versions: 1
Compression:
Stored size: 228 Bytes
Contents
class CreateWizards < ActiveRecord::Migration[5.1] def change create_table :wizards do |t| t.string :name t.integer :house t.string :parent_email t.text :notes t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sorbet-rails-0.2.0 | spec/support/rails_shared/db/migrate/20190620001234_create_wizards.rb |