Blog Association Table Schema (blog_association)


Description

Associations of blog entries with courses and module instances

blog_association table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
contextid BIGINT 19 null
context.id blogasso_con2_fk R
blogid BIGINT 19 null
post.id blogasso_blo2_fk R

Table contained -1 rows

blog_association table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
blogasso_blo_ix Performance Asc blogid
blogasso_con_ix Performance Asc contextid

blog_association table relationships