Tool Customlang Components Table Schema (tool_customlang_components)


Description

Contains the list of all installed plugins that provide their own language pack

tool_customlang_components table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
tool_customlang.componentid toolcust_com2_fk R
name VARCHAR 255

The normalized name of the plugin

version VARCHAR 255 null

The checked out version of the plugin, null if the version is unknown

Table contained -1 rows

tool_customlang_components table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

tool_customlang_components table relationships