I am having this error occur.
INSERT INTO `core_acp_notifications_preferences` ( `member`, `type`, `view`, `email` ) VALUES ( 1, 'patreonintegration_PatreonAdminNotification', true, 'never' ) ON DUPLICATE KEY UPDATE `member`=VALUES(`member`), `type`=VALUES(`type`), `view`=VALUES(`view`), `email`=VALUES(`email`)
IPS\Db\Exception: Data too long for column 'type' at row 1 (1406)
#0 C:\inetpub\vhosts\afocommunity.com\httpdocs\system\Db\Db.php(938): IPS\_Db->preparedQuery()
#1 C:\inetpub\vhosts\afocommunity.com\httpdocs\applications\core\modules\admin\overview\notifications.php(176): IPS\_Db->insert()
#2 C:\inetpub\vhosts\afocommunity.com\httpdocs\system\Dispatcher\Controller.php(90): IPS\core\modules\admin\overview\_notifications->settings()
#3 C:\inetpub\vhosts\afocommunity.com\httpdocs\system\Dispatcher\Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
#4 C:\inetpub\vhosts\afocommunity.com\httpdocs\admin\index.php(13): IPS\_Dispatcher->run()
#5 {main}