MySQL table Fields added

TABLE NAME: bmc_blogs
added field : vip
tinyint,unsigned,not null,default 0
Usage: to show the Blog menu in customized order.
Related scripts:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TABLE NAME: bmc_cats
added field : vip
tinyint,unsigned,not null,default 0
Usage: to show the Category menu in customized order.
Related scripts:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TABLE NAME: bmc_trackbacks
added field : contents charsets
varchar(255),,null yes,null
varchar(100),,null yes,null
Usage: to receive the type of sending and detected charsets type to store.
Related scripts:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TABLE NAME: bmc_vars
changed field : v_val
from varchar(255),,not null
into text,,not null
Usage: to store more Pinging destinations to send.
Related scripts: root/trackback.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

以上、今日までの、TABLE変更箇所をまとめておいた。