Gateway data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| communityID | bigint | N/A | false | The ID of the community the gateway is associated with. | |
| disableCutOffDate | int | N/A | true | True to disable cutoff date (date before which no messages will be imported). | |
| exportEnabled | int | N/A | false | True if exporting is enabled for this gateway. | |
| gatewayID | bigint | N/A | false | The ID of the gateway. Primary key. | |
| gatewayType | varchar | 10 | false | true | The type of the gateway. |
| importEnabled | int | N/A | false | True if importing is enabled for this gateway. |