Please, whats the appropriate way to save JSON data to MySQL database table column? Tried the code below but I get errors.
ALTER TABLE `1234_StudentResultCaptured` ADD `SCHSRCjsonphsycho` JSON NOT NULL AFTER `SCHSRCclass`;