Table: userinfo Column Information FieldTypeComment roomint(4) unsigned nametext sextext oldtinyint(3) unsigned parttext Index Information IndexesColumnsIndex_Type DDL Information create table CREATE TABLE `userinfo` ( `room` int(4) unsigned NOT NULL DEFAULT '0', `name` text NOT NULL