_81.charts_classes
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| cc_id | int(11) | NO | PRI | auto_increment | ||
| cc_cus_id | int(11) | NO | 0 | MUL | Customer ID# | |
| cc_cli_id | int(11) | NO | 0 | MUL | Client ID# | |
| cc_name | varchar(120) | NO | Chart class name | |||
| cc_disabled | tinyint(1) | NO | 0 | Chart class disabled | ||
| cc_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| cc_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cc_id |
|