< Extension:CentralNotice

Fields

tmxn_id

Primary key.

tmp_id

page_id

mixin_name

Schema summary

mysql> describe cn_template_mixins;
+------------+----------------+------+-----+---------+----------------+
| Field      | Type           | Null | Key | Default | Extra          |
+------------+----------------+------+-----+---------+----------------+
| tmxn_id    | int(11)        | NO   | PRI | NULL    | auto_increment |
| tmp_id     | int(11)        | NO   | MUL | NULL    |                |
| page_id    | int(11)        | NO   | MUL | NULL    |                |
| mixin_name | varbinary(255) | NO   | MUL | NULL    |                |
+------------+----------------+------+-----+---------+----------------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.