|
|
本館粉絲專頁 |
|
|
使用者:Minwei/維基筆記/Schema轉換/Unalterable Tables:修訂版本之間的差異
台灣棒球維基館
< 使用者:Minwei | 維基筆記 | Schema轉換
| 第9行: | 第9行: | ||
+-------+------------------+------+-----+---------+-------+ | +-------+------------------+------+-----+---------+-------+ | ||
1 row in set (0.00 sec) | 1 row in set (0.00 sec) | ||
| + | </pre> | ||
| + | = Imagelinks table = | ||
| + | <div class="minwei" style="float:right; border: 1px solid blue; padding: 5px 2px 5px 2px; background-color: #FFFFCC; width:230px" >MediaWiki version: 1.3 and after</div> | ||
| + | <pre> | ||
| + | +---------+-----------------+------+-----+---------+-------+ | ||
| + | | Field | Type | Null | Key | Default | Extra | | ||
| + | +---------+-----------------+------+-----+---------+-------+ | ||
| + | | il_from | int(8) unsigned | NO | PRI | 0 | | | ||
| + | | il_to | varchar(255) | NO | PRI | NULL | | | ||
| + | +---------+-----------------+------+-----+---------+-------+ | ||
</pre> | </pre> | ||
2007年11月26日 (一) 20:38的修訂版本
Hitcounter table
MediaWiki version: 1.3 and after
mysql> describe mw_hitcounter; +-------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------+------------------+------+-----+---------+-------+ | hc_id | int(10) unsigned | NO | | NULL | | +-------+------------------+------+-----+---------+-------+ 1 row in set (0.00 sec)
Imagelinks table
MediaWiki version: 1.3 and after
+---------+-----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +---------+-----------------+------+-----+---------+-------+ | il_from | int(8) unsigned | NO | PRI | 0 | | | il_to | varchar(255) | NO | PRI | NULL | | +---------+-----------------+------+-----+---------+-------+