precheckin_consent_logs

0 rows


Description

Consent choices captured on the guest pre-checkin form, before a registration_id exists. Written by rpc.precheckin_guest_consents_save.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('precheckin_consent_logs_id_seq'::regclass)
booking_id int4 10 null
booking.id precheckin_consent_logs_booking_id_fkey R
guest_id int4 10 null
guest.id precheckin_consent_logs_guest_id_fkey R
consent_id int4 10 null
consent_master.id precheckin_consent_logs_consent_id_fkey R
is_accepted bool 1 null
version_at_signed varchar 10 null
lang_code varchar 5 null
precheckin_language.lang_code Implied Constraint R
ip_address varchar 45 null
create_at timestamp 29,6 CURRENT_TIMESTAMP
migrated_to_registration_id int4 10 null

Indexes

Constraint Name Type Sort Column(s)
precheckin_consent_logs_pkey Primary key Asc id

Relationships