Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
SMS Provider ID |
|||||
| name | VARCHAR | 64 | √ | null |
|
|
Provider internal name points to option_value of option_group sms_provider_name |
|||||
| title | VARCHAR | 64 | √ | null |
|
|
Provider name visible to user |
|||||
| username | VARCHAR | 255 | √ | null |
|
|
||||||
| password | VARCHAR | 255 | √ | null |
|
|
||||||
| api_type | INT UNSIGNED | 10 | null |
|
|
points to value in civicrm_option_value for group sms_api_type |
||||||
| api_url | VARCHAR | 128 | √ | null |
|
|
||||||
| api_params | TEXT | 65535 | √ | null |
|
|
the api params in xml, http or smtp format |
|||||
| is_default | TINYINT | 3 | √ | 0 |
|
|
||||||
| is_active | TINYINT | 3 | √ | 0 |
|
|
||||||
| domain_id | INT UNSIGNED | 10 | √ | null |
|
|
Which Domain is this sms provier for |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_civicrm_sms_provider_domain_id | Performance | Asc | domain_id |

