class CreateTickets < ActiveRecord::Migration[8.0] def change create_table :tickets do |t| t.string :qr_code t.timestamps end end end