News
query = "SELECT DEFAULT_CHARACTER_SET_NAME, DEFAULT_COLLATION_NAME FROM information_schema.SCHEMATA WHERE SCHEMA_NAME = '%s' LIMIT 1" % self.db_name; Given a charset, allow to select a collation ...
With MySQL, when adding new models in the schema file and after migrating, prisma generates the SQL queries with a character set utf8mb4 and collation utf8mb4_unicode_ci. Do not specify the collations ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results