h5p_library_dependencies table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
				   | 
				 
				   | 
				 ||||
| libraryid | BIGINT | 19 | null | 
				   | 
				 
				  
  | 
				 The id of a H5P library.  | 
				||||
| requiredlibraryid | BIGINT | 19 | null | 
				   | 
				 
				  
  | 
				 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 | 
