Sha256: 1428fccf7a4a7ad55e24e65dd3cf634c3c653a4444f648d2b8eb2646a18d09b9

Contents?: true

Size: 165 Bytes

Versions: 1

Compression:

Stored size: 165 Bytes

Contents

class CreateSpellBooks < ActiveRecord::Migration
  def change
    create_table :spell_books do |t|
      t.string :name
      t.references :wizard
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sorbet-rails-0.3.0 spec/support/v4.2/db/migrate/20190620003739_create_spell_books.rb