use socle; ALTER TABLE company_reports MODIFY COLUMN report_type VARCHAR(20) NULL; ALTER TABLE company_reports_details CHANGE COLUMN response response_table JSON NULL, ADD COLUMN response_chart JSON NULL;