Array
(
    [0] => stdClass Object
        (
            [Field] => term_id
            [Type] => bigint(20) unsigned
            [Null] => NO
            [Key] => PRI
            [Default] => 
            [Extra] => auto_increment
        )

    [1] => stdClass Object
        (
            [Field] => name
            [Type] => varchar(200)
            [Null] => NO
            [Key] => MUL
            [Default] => 
            [Extra] => 
        )

    [2] => stdClass Object
        (
            [Field] => slug
            [Type] => varchar(200)
            [Null] => NO
            [Key] => MUL
            [Default] => 
            [Extra] => 
        )

    [3] => stdClass Object
        (
            [Field] => term_group
            [Type] => bigint(10)
            [Null] => NO
            [Key] => 
            [Default] => 0
            [Extra] => 
        )

)