Extension:CreatedPagesList/createdpageslist table

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Table createdpageslist created by patch-createdpageslist.sql.

MariaDB [wiki]> describe createdpageslist;
+---------------+---------------------+------+-----+---------+----------------+
| Field         | Type                | Null | Key | Default | Extra          |
+---------------+---------------------+------+-----+---------+----------------+
| cpl_id        | int(10) unsigned    | NO   | PRI | NULL    | auto_increment |
| cpl_timestamp | varbinary(14)       | NO   |     |         |                |
| cpl_actor     | bigint(20) unsigned | NO   | MUL | 0       |                |
| cpl_page      | int(10) unsigned    | NO   | UNI | NULL    |                |
+---------------+---------------------+------+-----+---------+----------------+
4 rows in set (0.007 sec)