sp_save_keycard_log


Parameters

Name Type Mode
log_user text IN
log_type character IN
room_id integer IN
register_id integer IN
booking_id integer IN
valid_from timestamp without time zone IN
valid_until timestamp without time zone IN
card_serial text IN (DEFAULT NULL)
card_index integer IN (DEFAULT NULL)
card_qty integer IN (DEFAULT 1)
log_time timestamp with time zone IN (DEFAULT CURRENT_TIMESTAMP)

Definition