h5p_library_dependencies

0 rows


Description

Stores H5P library dependencies

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
libraryid BIGINT 19 null
h5p_libraries.id h5plibrdepe_lib2_fkR
requiredlibraryid BIGINT 19 null
h5p_libraries.id h5plibrdepe_req2_fkR
dependencytype VARCHAR 255

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
h5plibrdepe_lib4_ix Performance Asc libraryid
h5plibrdepe_req4_ix Performance Asc requiredlibraryid

Relationships