Sha256: 8b51d7ddf173b11d4562200688617f8cf232576579eedc1a9a61151e51a5b4bd

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

class CreateSpellBooks < ActiveRecord::Migration["#{ENV['RAILS_VERSION']}" || "5.2"]
  def change
    create_table :spell_books do |t|
      t.string :name
      t.references :wizard
    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/20190620003739_create_spell_books.rb
sorbet-rails-0.4.0 spec/support/rails_shared/db/migrate/20190620003739_create_spell_books.rb
sorbet-rails-0.3.0 spec/support/rails_shared/db/migrate/20190620003739_create_spell_books.rb