The Meta table is used by the component itself to record version numbers of its component parts. i.e. Modules, plugins etc.
Table 5.3. Meta data component table description
Column Name |
Type |
Size |
Not Null? |
Constraints |
Description |
---|---|---|---|---|---|
id |
Int |
11 |
Yes |
Primary key |
The system generated unique identifier for the record. Populated by an auto-sequence. |
version |
Varchar |
100 |
Yes |
None |
Version number of the installed component. |
type |
Varchar |
20 |
Yes |
None |
Type of extension. |