|
|
1 |
|
varchar(32)
|
ascii_general_ci
|
|
No |
|
The menu name. All links with the same menu name (such as 'tools') are part of the same menu.
|
|
Change
|
Drop
|
|
|
|
2 |
|
int(10)
|
|
UNSIGNED |
No |
None |
The menu link ID (mlid) is the integer primary key.
|
AUTO_INCREMENT |
Change
|
Drop
|
|
|
|
3 |
|
varchar(255)
|
ascii_general_ci
|
|
No |
None |
Unique machine name: the plugin ID.
|
|
Change
|
Drop
|
|
|
|
4 |
|
varchar(255)
|
ascii_general_ci
|
|
No |
|
The plugin ID for the parent of this link.
|
|
Change
|
Drop
|
|
|
|
5 |
|
varchar(255)
|
ascii_general_ci
|
|
Yes |
NULL |
The machine name of a defined Symfony Route this menu link represents.
|
|
Change
|
Drop
|
|
|
|
6 |
|
varchar(255)
|
utf8mb4_general_ci
|
|
Yes |
NULL |
An encoded string of route parameters for loading by route.
|
|
Change
|
Drop
|
|
|
|
7 |
|
longblob
|
|
|
Yes |
NULL |
Serialized array of route parameters of this menu link.
|
|
Change
|
Drop
|
|
|
|
8 |
|
varchar(255)
|
utf8mb4_general_ci
|
|
No |
|
The external path this link points to (when not using a route).
|
|
Change
|
Drop
|
|
|
|
9 |
|
longblob
|
|
|
Yes |
NULL |
The serialized title for the link. May be a TranslatableMarkup.
|
|
Change
|
Drop
|
|
|
|
10 |
|
longblob
|
|
|
Yes |
NULL |
The serialized description of this link - used for admin pages and title attribute. May be a TranslatableMarkup.
|
|
Change
|
Drop
|
|
|
|
11 |
|
text
|
utf8mb4_general_ci
|
|
Yes |
NULL |
The class for this link plugin.
|
|
Change
|
Drop
|
|
|
|
12 |
|
longblob
|
|
|
Yes |
NULL |
A serialized array of URL options, such as a query string or HTML attributes.
|
|
Change
|
Drop
|
|
|
|
13 |
|
varchar(50)
|
ascii_general_ci
|
|
No |
system |
The name of the module that generated this link.
|
|
Change
|
Drop
|
|
|
|
14 |
|
smallint(6)
|
|
|
No |
1 |
A flag for whether the link should be rendered in menus. (0 = a disabled menu link that may be shown on admin screens, 1 = a normal, visible link)
|
|
Change
|
Drop
|
|
|
|
15 |
|
smallint(6)
|
|
|
No |
0 |
A flag for whether the link was discovered, so can be purged on rebuild
|
|
Change
|
Drop
|
|
|
|
16 |
|
smallint(6)
|
|
|
No |
0 |
Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded)
|
|
Change
|
Drop
|
|
|
|
17 |
|
int(11)
|
|
|
No |
0 |
Link weight among links in the same menu at the same depth.
|
|
Change
|
Drop
|
|
|
|
18 |
|
longblob
|
|
|
Yes |
NULL |
A serialized array of data that may be used by the plugin instance.
|
|
Change
|
Drop
|
|
|
|
19 |
|
smallint(6)
|
|
|
No |
0 |
Flag indicating whether any enabled links have this link as a parent (1 = enabled children exist, 0 = no enabled children).
|
|
Change
|
Drop
|
|
|
|
20 |
|
smallint(6)
|
|
|
No |
0 |
The depth relative to the top level. A link with empty parent will have depth == 1.
|
|
Change
|
Drop
|
|
|
|
21 |
|
int(10)
|
|
UNSIGNED |
No |
0 |
The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the parent link mlid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.
|
|
Change
|
Drop
|
|
|
|
22 |
|
int(10)
|
|
UNSIGNED |
No |
0 |
The second mlid in the materialized path. See p1.
|
|
Change
|
Drop
|
|
|
|
23 |
|
int(10)
|
|
UNSIGNED |
No |
0 |
The third mlid in the materialized path. See p1.
|
|
Change
|
Drop
|
|
|
|
24 |
|
int(10)
|
|
UNSIGNED |
No |
0 |
The fourth mlid in the materialized path. See p1.
|
|
Change
|
Drop
|
|
|
|
25 |
|
int(10)
|
|
UNSIGNED |
No |
0 |
The fifth mlid in the materialized path. See p1.
|
|
Change
|
Drop
|
|
|
|
26 |
|
int(10)
|
|
UNSIGNED |
No |
0 |
The sixth mlid in the materialized path. See p1.
|
|
Change
|
Drop
|
|
|
|
27 |
|
int(10)
|
|
UNSIGNED |
No |
0 |
The seventh mlid in the materialized path. See p1.
|
|
Change
|
Drop
|
|
|
|
28 |
|
int(10)
|
|
UNSIGNED |
No |
0 |
The eighth mlid in the materialized path. See p1.
|
|
Change
|
Drop
|
|
|
|
29 |
|
int(10)
|
|
UNSIGNED |
No |
0 |
The ninth mlid in the materialized path. See p1.
|
|
Change
|
Drop
|
|
|
|
30 |
|
varchar(255)
|
utf8mb4_general_ci
|
|
Yes |
NULL |
meh
|
|
Change
|
Drop
|
|