array ( 'id' => array ( 'type' => 'int(11)', 'default' => NULL, ), 'user_id' => array ( 'type' => 'int(11)', 'default' => NULL, ), 'tag_query' => array ( 'type' => 'text', 'default' => NULL, ), 'cached_post_ids' => array ( 'type' => 'text', 'default' => NULL, ), 'name' => array ( 'type' => 'varchar(32)', 'default' => NULL, ), 'is_visible_on_profile' => array ( 'type' => 'tinyint(1)', 'default' => '1', ), ), 1 => array ( 'pri' => array ( 0 => 'id', ), ), ) ;