Michał Walkowski
Results
2
comments of
Michał Walkowski
Hi, for example you can check encoding for change message column using this query: ```SELECT character_set_name FROM information_schema.`COLUMNS` WHERE table_schema = "ralph_ng" AND table_name = "django_admin_log" AND column_name = "change_message";```
Hi, thanks for the info. Oki I will consider that :)