qwcrm
qwcrm copied to clipboard
mediumtext - this is used in several places - check why and if correct
look in the install_database_.sql and upgrade_database.sql
is it to allow larger entries here.
install_database_.sql
- #__client_records --> note
- #__workorder_records --> comment
upgrade_database.sql
-
ALTER TABLE#__client_recordsCHANGEnotenoteMEDIUMTEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''; -
ALTER TABLE#__workorder_recordsCHANGEcommentcommentMEDIUMTEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '';