mysql> desc TagItem; +---------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +---------------+--------------+------+-----+---------+-------+ | tag_name | tinytext | YES || NULL || | tag_slug | varchar(100) | NO | PRI | NULL || | tag_questions | text | YES || NULL || +---------------+--------------+------+-----+---------+-------+ 3 rows in set (0.00 sec)
mysql> desc TopList; +--------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+--------------+------+-----+---------+-------+ | name | varchar(150) | NO | PRI | NULL || | question_ids | text | YES || NULL || +--------------+--------------+------+-----+---------+-------+ 2 rows in set (0.00 sec)