common.notification_types
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| nottyp_id | int(11) | NO | PRI | auto_increment | ||
| nottyp_idiom | varchar(20) | NO | UNI | Notification type key | ||
| nottyp_name | varchar(50) | YES | Notification type display name | |||
| nottyp_desc | varchar(256) | YES | Delivery method decsription | |||
| nottyp_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| nottyp_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||
|---|---|---|---|---|---|
| nottyp_id |
|