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  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| h5plibrdepe_lib_ix | Performance | Asc | libraryid | 
| h5plibrdepe_req_ix | Performance | Asc | requiredlibraryid |