#include <tables.h>
Data Fields | |
unsigned long int | options_id |
"Auto incremented" ID. | |
char | profile_optionnel [OPTIONNAL_PROFILE_SIZE] |
Profile's ID. | |
unsigned char | option_code |
Option's code. | |
char | option_type [OPTION_TYPE_SIZE] |
Option's type. | |
char | option_value [OPTION_VALUE_SIZE] |
Option's value. | |
char | comment [COMMENT_SIZE] |
Comment. |
Definition at line 224 of file tables.h.