< Extension:Approved Revs
mysql> describe approved_revs; +---------------+-----------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +---------------+-----------+------+-----+---------+-------+ | page_id | int(11) | YES | UNI | NULL | | | rev_id | int(11) | YES | | NULL | | | approver_id | int(11) | NO | | 0 | | | approval_date | timestamp | YES | | NULL | | +---------------+-----------+------+-----+---------+-------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.