Block Community Table Schema (block_community)


Description

Community block

block_community table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id bloccomm_use_fk R
coursename VARCHAR 255
coursedescription LONGTEXT 2147483647 null
courseurl VARCHAR 255
imageurl VARCHAR 255

Table contained -1 rows

block_community table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
bloccomm_use_fk Performance Asc userid

block_community table relationships