H5p Library Dependencies Table Schema (h5p_library_dependencies)


Description

Stores H5P library dependencies

h5p_library_dependencies table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
libraryid BIGINT 19 null
h5p_libraries.id h5plibrdepe_lib2_fk R

The id of a H5P library.

requiredlibraryid BIGINT 19 null
h5p_libraries.id h5plibrdepe_req2_fk R

The dependent library to load

dependencytype VARCHAR 255

preloaded, dynamic, or editor

Table contained -1 rows

h5p_library_dependencies table indexes

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

h5p_library_dependencies table relationships