The Meta table is used by the component itself to record version numbers of its component parts. i.e. Modules, plugins etc.
Table 8.6. 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. |
Important | |
---|---|
This table was removed from the release in version 1.4.0. The details are retained for reference purposes only, since it was applicable for releases prior to 1.4.0. |