Proceeding to work on controller for checkout
This commit is contained in:
4
db/schema.rb
generated
4
db/schema.rb
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user