18 lines
625 B
Plaintext
18 lines
625 B
Plaintext
compile insert DIALOG_RESPONSE_LOG_EQUATES
|
|
/*----------------------------------------
|
|
Author : Table Create Insert Routine
|
|
Written : 22/08/2025
|
|
Description : Insert for Table DIALOG_RESPONSE_LOG
|
|
----------------------------------------*/
|
|
#ifndef __DIALOG_RESPONSE_LOG_EQUATES__
|
|
#define __DIALOG_RESPONSE_LOG_EQUATES__
|
|
|
|
equ DIALOG_RESPONSE_LOG_RESPONSE_DTM$ to 1
|
|
equ DIALOG_RESPONSE_LOG_ENTITY_ID$ to 2
|
|
equ DIALOG_RESPONSE_LOG_ENTITY_TYPE$ to 3
|
|
equ DIALOG_RESPONSE_LOG_USER_ID$ to 4
|
|
equ DIALOG_RESPONSE_LOG_DIALOG_TYPE$ to 5
|
|
equ DIALOG_RESPONSE_LOG_DATA$ to 6
|
|
|
|
#endif
|