messageinbound_handlers table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
 |  | ||||
| component | VARCHAR | 100 |  |  | The component this handler belongs to. | |||||
| classname | VARCHAR | 255 |  |  | The class defining the Inbound Message handler to be called. | |||||
| defaultexpiration | BIGINT | 19 | 86400 |  |  | The default expiration period to use when creating a new key | ||||
| validateaddress | BIT | 1 | 1 |  |  | Whether to validate the sender address against the user record. | ||||
| enabled | BIT | 1 | 0 |  |  | Whether this handler is currently enabled. | 
Table contained -1 rows
messageinbound_handlers table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| messhand_cla_uix | Must be unique | Asc | classname | 
