# Alter Custom Table
ALTER TABLE `prefix_custom` CHANGE `name` `data` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL;