menues

Table name: menues

Contains/Role: This is a kind of “support table” for the event tables. Holds a more descriptive text for the menue_keys used in table call_events. If joined from the event tables, both service_num and menue_key should be used as join criteria, since databases holding data for more than one customer might have duplicates for the key alone. Outer join is recommended since all keys in use not necessary has a description defined in this table

 

Column NameDatatypeDescription
service_numVarchar(100) 
menue_keynvarchar(100)The key used in the call_event table.
descriptnvarchar(255)Describes the key.
dte_updatedDatetimeWhen this record was added or last time updated *
dte_updated_utcDatetimeWhen this record was added or last time updated, in UTC *
rec_idINTPrimary key *

 * New columns added in v2.4.3.0

Published

Last updated

3
-2