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

The id of a H5P library.

requiredlibraryid BIGINT 19 null
h5p_libraries.id h5plibrdepe_req2_fkR

The dependent library to load

dependencytype VARCHAR 255

preloaded, dynamic, or editor

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