Store Google user and device information
Data model
Fields
| Field | Type | Description |
|---|---|---|
| google_device_id | NVARCHAR (100) | Google device identifier |
| userafw_deviceid | INT | Aranda Device Identifier |
| userafw_googleuserid | VARCHAR (1024) | Google user identifier |
| userafw_id* | INT | Unique identifier for an associated device on Google |
| userafw_isdeviceaccount | BIT | Indicates if the account is on the device |
| userafw_token | NVARCHAR (1024) | Associated token for the user on Google |
| userafw_tokenset | BIT | Indicates whether a token has been set for the user |
Primary Key
| PK__AMDM_AND__60CCBF18244F608D |
|---|
| userafw_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| userafw_deviceid | dbo.AMDM_DEVICE | id | FK01_AMDMAFWUSERDETAILS |