Contains user information for push notifications
Data model
Fields
Field | Type | Description |
---|---|---|
platform* | TINYINT | Define the registered device platform for push notifications |
token_push* | VARCHAR (255) | Token for sending notifications |
user_id* | INT | User ID |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
user_id* | dbo.AFW_USERS | user_id | FK01_ASMS_USER_MOBILE |