# frozen_string_literal: true
class CreateToysTable < ActiveRecord::Migration[7.0]
def change
create_table :toys do |t|
end