Proceeding to work on controller for checkout

This commit is contained in:
kbe
2025-08-28 21:05:42 +02:00
parent b9576b91f5
commit 3fa9249bc8
10 changed files with 359 additions and 69 deletions

4
db/schema.rb generated
View File

@@ -54,7 +54,9 @@ ActiveRecord::Schema[8.0].define(version: 2025_08_23_171354) do
t.string "qr_code"
t.integer "price_cents"
t.string "status", default: "active"
t.bigint "user_id", null: false
t.string "first_name"
t.string "last_name"
t.bigint "user_id"
t.bigint "ticket_type_id", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false