Here is an example where Cyrillic "C" is used instead of Latin in `СREATE` keyword ```sql СREATE TABLE table1(col1 VARCHAR(64)) ``` No error is thrown which makes it difficult to find out why migration script is not applied. Slick version is `2.0.0`
Here is an example where Cyrillic "C" is used instead of Latin in
СREATEkeywordNo error is thrown which makes it difficult to find out why migration script is not applied.
Slick version is
2.0.0