Tool Recyclebin Category Table Schema (tool_recyclebin_category)


Description

A list of items in the category recycle bin

tool_recyclebin_category table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
categoryid BIGINT 19 null
course_categories.id toolrecycate_cat2_fk R
shortname VARCHAR 255
fullname VARCHAR 255
timecreated BIGINT 19 null

Table contained -1 rows

tool_recyclebin_category table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
toolrecycate_cat_ix Performance Asc categoryid
toolrecycate_tim_ix Performance Asc timecreated

tool_recyclebin_category table relationships