_436_archive_testing.handouts_categories
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| hc_id | int(11) | NO | PRI | auto_increment | ||
| hc_cus_id | int(11) | NO | 0 | MUL | Customer Id | |
| hc_cli_id | int(11) | NO | 0 | MUL | Client Id | |
| hc_name | varchar(120) | NO | Name of Handout Class | |||
| hc_disabled | char(1) | NO | 1 indicates disabled | |||
| hc_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| hc_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| hc_id |
|