Andy Weichler

Results 2 comments of Andy Weichler

I would like to make these changes, but first I need to know how to realize it. To get the necessary column, row informations i need another column "data_information" (as...

I found out that the problem is caused by the character set "latin1". Changing the character set to "utf8mb4" fixes this issue. The SQL for the fix is: ```sql ALTER...