qwcrm icon indicating copy to clipboard operation
qwcrm copied to clipboard

mediumtext - this is used in several places - check why and if correct

Open shoulders opened this issue 2 months ago • 0 comments

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_recordsCHANGEnote note MEDIUMTEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '';
  • ALTER TABLE #__workorder_recordsCHANGEcomment comment MEDIUMTEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '';

shoulders avatar Oct 27 '25 13:10 shoulders