Track notifications

From Expertiza_Wiki
Jump to navigation Jump to search

This table is used to store the details of notifications generated

Tree Folders variable documentation

Field Name Type Description
id int(11) This object's unique ID value. One per object.
notification int(11) Stores notification ID
user_id int(11) User ID for which the notification is created
created_at datetime Stores the time when the row is added to the database
updated_at datetime Stores the time when the row is updated in the database

E/R diagram of tables referencing track_notifications table

This table is not referencing any table in the database


E/R diagram of tables track_notifications table is referencing to

The track_notifications table is not referenced by any other tables

Back to Database Tables Main page.