Tables/schemas
From Joomla! Documentation
< Tables(Difference between revisions)
(class="wikitable") |
m (→Notes: categorisation) |
||
| Line 20: | Line 20: | ||
= Notes = | = Notes = | ||
This table is a simple store of schema version numbers to be used with component upgrades in 1.6 that have schema upgrades. This is handled automatically by the system. | This table is a simple store of schema version numbers to be used with component upgrades in 1.6 that have schema upgrades. This is handled automatically by the system. | ||
| + | |||
| + | <noinclude>[[Category:Database]]</noinclude> | ||
Latest revision as of 10:38, 16 March 2013
[edit] Usage
- Since: 1.6
- Deprecated since: N/A
- Previously: N/a
[edit] Description
The schemas table is used during component installation to handle installing bulk SQL queries and progressively playing through them.
| Field | Type | Null | Key | Default | Extra | Comments |
|---|---|---|---|---|---|---|
| extensionid | int(11) | NOT NULL | PRI | Unique extension identifier, see #__extensions | ||
| schemaid | varchar(20) | NOT NULL | PRI | Schema Unique Identifier |
[edit] Notes
This table is a simple store of schema version numbers to be used with component upgrades in 1.6 that have schema upgrades. This is handled automatically by the system.