service
Contains the basic configuration for the different kinds of services. Subscriptions can be considered instances of services.
| Column name | Description | Data type |
|---|---|---|
| service | Primary key. | integer |
| company | Reference to company. | smallint |
| name | text | |
| realm | Subscriptions on this service will have this realm in their username. | text * |
| description | text * | |
| username_label | A name for what the username represents. For example, E.164 Phone number. | text |