bigbluebuttonbn_recordings

0 rows


Description

The bigbluebuttonbn table to store references to recordings

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
courseid BIGINT 19 null
course.id Implied ConstraintR
bigbluebuttonbnid BIGINT 19 null
bigbluebuttonbn.id bigbreco_big2_fkR
groupid BIGINT 19 null
recordingid VARCHAR 64
headless BIT 1 0
imported BIT 1 0
status BIT 1 0
importeddata LONGTEXT 2147483647 null

This is the remote recording data stored as json and kept for future reference.

timecreated BIGINT 19 0
usermodified BIGINT 19 0
user.id bigbreco_use2_fkR
timemodified BIGINT 19 0

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
bigbreco_big_ix Performance Asc bigbluebuttonbnid
bigbreco_cou_ix Performance Asc courseid
bigbreco_rec_ix Performance Asc recordingid
bigbreco_use_ix Performance Asc usermodified

Relationships