Account_Device
Device Information
Field | Type | Primary Key | Nullable | Default | Description |
---|---|---|---|---|---|
AutoId | int | PK | false | ||
AccountID | varchar(64) | true | Account ID | ||
AppID | varchar(64) | true | App ID | ||
Device | varchar(256) | true | Device number | ||
DeviceType | int | true | 0 | Device type | |
RegID | varchar(256) | true | Registration ID | ||
NotifyType | int | true | Notification type (0: notification message, 1: custom message) | ||
OSType | varchar(128) | true | Model, e.g. Xiaomi, Huawei | ||
UpdateTime | datetime | true | Date updated | ||
Language | varchar(50) | true | Language | ||
AppVersion | varchar(30) | true | Current app version | ||
Source | int | true | Attribution | ||
Channel | int | true | Push channel, 0: default, 1: carrier pigeon |