How can I save an image in base64 in phpMyAdmin MySql with a Node.js backend?

I am making a web page with Angular for Frontend and Node.js for Backend, I am using MySql database with phpMyAdmin in Hostinger and I can’t found a datatype of MySql to save a base64 image long strings.

The problem is that this strings of base64 are too long to save in MySql database.