MariaDB [opensim_op]> show columns from profile_usernotes; +------------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +------------+-------------+------+-----+---------+-------+ | useruuid | varchar(36) | NO | PRI | | | | targetuuid | varchar(36) | NO | PRI | | | | notes | longtext | NO | | NULL | | +------------+-------------+------+-----+---------+-------+ 3 rows in set (0.00 sec)