registration_log

1948 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval((pg_get_serial_sequence('user_logs'::text, 'id'::text))::regclass)
category text 2147483647 'registration'::text
log_user text 2147483647 null
log_type text 2147483647 null
log_text text 2147483647 null
log_date date 13 null
log_time timestamptz 35,6 CURRENT_TIMESTAMP
log_shift t_shift 14 null
booking_id int4 10 null
booking_item int4 10 null
register_id int4 10 null
folio_id int4 10 null
folio_item int4 10 null
tran_id int4 10 null
room_id int4 10 null
ref_id1 int4 10 null
ref_id2 int4 10 null
guest_id int4 10 null

Indexes

Constraint Name Type Sort Column(s)
registration_log_pkey Primary key Asc/Asc category + id

Relationships