2 #
Table structure for table 'static_tsconfig_help'
4 CREATE TABLE static_tsconfig_help (
5 uid
int(11) DEFAULT '0' NOT NULL auto_increment
,
6 guide
int(11) DEFAULT '0' NOT NULL,
7 md5hash
varchar(32) DEFAULT '' NOT NULL,
8 description
text NOT NULL,
9 obj_string tinytext
NOT NULL,
10 appdata
blob NOT NULL,
11 title tinytext
NOT NULL,
13 KEY guide (guide
,md5hash
)