Skip to content

User Device ID

Defines the structure of the user’s device ids table

Table

Name: user_device_ids

Columns

id (Primary Key)

Description: The user’s login option unique identifier
Data Type: Unsigned bigint
Nullable: No

user_id (Foreign Key)

Description: The user’s login option
Data Type: Unsigned bigint
Nullable: No
Table: User

user_device_id

Description: This is the ID generated by Firebase Cloud Messaging (FCM) for identifying devices or users in push notifications Data Type: String
Nullable: No

user_device_platform

Description: This is the identification of the device for which the device_id is generated
Data Type: Varchar(50) - Default: android
Nullable: No

created_at

Description: The timestamp when the record is created
Data Type: Timestamp
Nullable: Yes

updated_at

Description: The timestamp when the record is updated
Data Type: Timestamp
Nullable: Yes