> show tables; +-------+------+ | Index | Type | +-------+------+ | spip | rt | +-------+------+ 1 row in set (0.00 sec) > describe spip; +------------+-----------+ | Field | Type | +------------+-----------+ | id | bigint | | title | field | | summary | field | | content | field | | date | timestamp | | title | string | | summary | string | | content | string | | uri | string | | signature | string | | properties | json | +------------+-----------+ 11 rows in set (0.00 sec)