user_resources

188701 rows


Description

Stores the clicks on external resource by users

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
old_data_id INT 10 null
user_id VARCHAR 36 null
resource_id VARCHAR 36 null
centre_id VARCHAR 36 null
clicks SMALLINT 5 null

No of clicks on a resource

created_at DATETIME 19 null
updated_at DATETIME 19 null
tenant_id VARCHAR 36 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
fk_user_resources_1_idx Performance Asc user_id
fk_user_resources_2_idx Performance Asc resource_id
fk_user_resources_3_idx Performance Asc centre_id

Relationships