Voice oversTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(10) unsigned |PRI | |auto_increment | |- |ADD |audio_path1 |varchar(100) | | | |This holds an optional VFS path to a speech file to be sent to the client and played on demand for response1. |- |ADD |audio_path2 |varchar(100) | | | |This holds an optional VFS path to a speech file to be sent to the client and played on demand for response2. |- |ADD |audio_path3 |varchar(100..." |
(No difference)
|
Latest revision as of 15:28, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
ADD | id | int(10) unsigned | PRI | auto_increment | ||
ADD | audio_path1 | varchar(100) | This holds an optional VFS path to a speech file to be sent to the client and played on demand for response1. | |||
ADD | audio_path2 | varchar(100) | This holds an optional VFS path to a speech file to be sent to the client and played on demand for response2. | |||
ADD | audio_path3 | varchar(100) | This holds an optional VFS path to a speech file to be sent to the client and played on demand for response3. | |||
ADD | audio_path4 | varchar(100) | This holds an optional VFS path to a speech file to be sent to the client and played on demand for response4. | |||
ADD | audio_path5 | varchar(100) | This holds an optional VFS path to a speech file to be sent to the client and played on demand for response5. | |||
ADD | response_id | int(11) | ||||
ADD | user_id | int(11) |