I see no %_cs
Unicode collations in MariaDB (10.3.21, Debian). But I do need to have case sensitive primary key column where 'a' != 'A'
(I'm migrating tables from MySQL). Is it not supported in MariaDB? How can I achieve my needs?
Asked
Active
Viewed 255 times
0

spajak
- 101
- 1
-
It's spelled `_cs`. Let's see the `SHOW COLLATION` that is disturbing you. – Rick James Mar 13 '20 at 23:59
-
It was my typo in the question – spajak Mar 15 '20 at 08:54