The caterings are representing the F&B activities for the event. Each F&B activity (lunch, coffee break, snack) is created as separate catering record.
Fields
Field name | Type | Description/Notes |
id | INTEGER | Unique identifier of the catering across the entire Clock PMS+ ecosystem* |
account_id | INTEGER | Identification of the account owning the record. Reference to accounts table* |
event_id | INTEGER | Unique ID of the event the catering is associated with. Reference to Events table* |
created_at | TIMESTAMP | Time created (Date and time in UTC)* |
updated_at | TIMESTAMP | Time lastly updated (Date and time in UTC)* |
user_created | STRING | Name of the Clock PMS+ user created the catering* |
user_updated | STRING | Name of the Clock PMS+ user updated the catering* |
start_time | TIMESTAMP | Start time of the catering (Date and time in UTC)* |
end_time | TIMESTAMP | End time of the catering (Date and time in UTC)* |
cancelled_at | TIMESTAMP | Time when the catering was cancelled (Date and time in UTC) |
optional_at | TIMESTAMP | Time when the catering was set as optional (Date and time in UTC) |
persons | INTEGER | Number of participating persons |
location | STRING | Catering location |
description | STRING | Additional information for the catering |
notes | STRING | Notes |
event_activity_type_id | INTEGER | Identifier of the activity type |
event_activity_type_name | STRING | Name of the activity type |
event_activity_setup_id | INTEGER | Identifier of the setup type |
event_activity_setup_name | STRING | Name of the setup type |
eating_object_id | INTEGER | Identifier of the restaurant where the catering will take place |
eating_object_id_name | STRING | Name of the restaurant where the catering will take place |
* Field will have value for every record