Sha256: 3a1d492c51f8f31e2bfb1dc1003169c644c76fe9d05bb0f3a4a2c4d1c25a6396
Contents?: true
Size: 145 Bytes
Versions: 2
Compression:
Stored size: 145 Bytes
Contents
# frozen_string_literal: true class CreateToysTable < ActiveRecord::Migration[5.0] def change create_table :toys do |t| end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rating-0.11.0 | spec/support/db/migrate/create_toys_table.rb |
rating-0.10.0 | spec/support/db/migrate/create_toys_table.rb |