Sha256: 09c038e9e753eef3aee331006364c16d8dd00e09bfd66fa21bf3745c7692c4c3

Contents?: true

Size: 259 Bytes

Versions: 3

Compression:

Stored size: 259 Bytes

Contents

class CreateWizards < ActiveRecord::Migration["#{ENV['RAILS_VERSION']}" || "5.2"]
  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

3 entries across 3 versions & 1 rubygems

Version Path
sorbet-rails-0.5.0 spec/support/rails_shared/db/migrate/20190620001234_create_wizards.rb
sorbet-rails-0.4.0 spec/support/rails_shared/db/migrate/20190620001234_create_wizards.rb
sorbet-rails-0.3.0 spec/support/rails_shared/db/migrate/20190620001234_create_wizards.rb