Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| h5pid | BIGINT | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    Identifier for the h5p content  | 
                                ||||
| libraryid | BIGINT | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    The identifier of a H5P library this content uses  | 
                                ||||
| dependencytype | VARCHAR | 10 | 
                                         | 
                                    
                                         | 
                                    dynamic, preloaded or editor  | 
                                |||||
| dropcss | BIT | 1 | null | 
                                         | 
                                    
                                         | 
                                    1 if the preloaded css from the dependency is to be excluded  | 
                                ||||
| weight | BIGINT | 19 | null | 
                                         | 
                                    
                                         | 
                                    Determines the order in which the preloaded libraries will be loaded  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| h5pcontlibr_h5p_ix | Performance | Asc | h5pid | 
| h5pcontlibr_lib_ix | Performance | Asc | libraryid |