common.publicity_codes
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| pub_id | int(11) | NO | PRI | auto_increment | ||
| pub_code | varchar(10) | NO | MUL | |||
| pub_name | varchar(45) | NO | ||||
| pub_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| pub_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pub_id |
|