consent_master

4 rows


Description

ตารางหลักเก็บหัวข้อความยินยอมและนโยบาย (PDPA/Hotel Policies)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('consent_master_id_seq'::regclass)
consent_details.consent_master_id fk_consent_detail_master C
guest_consent_logs.consent_id fk_consent_log_master R
precheckin_consent_logs.consent_id precheckin_consent_logs_consent_id_fkey R
consent_key varchar 50 null

คีย์อ้างอิงระบบ เช่น pdpa_privacy_policy, mkt_promo_email

is_required bool 1 false
is_active bool 1 true
version varchar 10 '1.0'::character varying
create_at timestamp 29,6 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
consent_master_pkey Primary key Asc id
uq_consent_master_key Must be unique Asc consent_key

Relationships