app_tool_recyclebin_category

0 rows


Description

A list of items in the category recycle bin

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_tool_recyclebin_category_id_seq'::regclass)
categoryid int8 19 null
app_course_categories.id Defined in XMLR
shortname varchar 255 ''::character varying
fullname varchar 255 ''::character varying
timecreated int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_toolrecycate_id_pk Primary key Asc id
app_toolrecycate_cat_ix Performance Asc categoryid
app_toolrecycate_tim_ix Performance Asc timecreated

Relationships