If youre add record more than 255 character use this for upgrading maximum character
mariadb -u root -p
use powergslb;
ALTER TABLE contents MODIFY content VARCHAR(512);
exit;
If youre add record more than 255 character use this for upgrading maximum character
mariadb -u root -p
use powergslb;
ALTER TABLE contents MODIFY content VARCHAR(512);
exit;