4 lines
189 B
SQL
4 lines
189 B
SQL
ALTER TABLE `#__questionsanswers_question_and_answer` ENGINE = InnoDB;
|
|
|
|
ALTER TABLE `#__questionsanswers_question_and_answer` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|