Hallo,
how can I increase the number of letter/chars available in description?![]()
I need to put more longer description![]()
Thanks
Hallo,
how can I increase the number of letter/chars available in description?![]()
I need to put more longer description![]()
Thanks
In phpMyAdmin, run following SQL
Code:ALTER TABLE `process_queue` CHANGE `description` `description` TEXT NOT NULL;
Bookmarks