idstring uuid required
Note:
This is a Primary Key.<pk/>
created_atstring timestamp with time zone required
ticket_idstring uuid
Note:
This is a Foreign Key to ticket.id.<fk table='ticket' column='id'/>
order_idstring uuid
Note:
This is a Foreign Key to order.id.<fk table='order' column='id'/>
user_idstring uuid
Note:
This is a Foreign Key to profile.id.<fk table='profile' column='id'/>
event_idstring uuid
Note:
This is a Foreign Key to event.id.<fk table='event' column='id'/>
secretstring uuid required
updated_atstring timestamp with time zone required
approval_status'pending' | 'approved' | 'denied' public.user_ticket_approval_status_enum required