We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec5b10 commit 6ca3745Copy full SHA for 6ca3745
src/Database/Manager/SqliteDatabaseManager.php
@@ -111,7 +111,7 @@ private function adaptDatabaseSchemaToSqlite(Schema $schema): void
111
if ($column->hasPlatformOption('collation')) {
112
$column->setPlatformOptions(array_diff_key(
113
$column->getPlatformOptions(),
114
- ['collation' => 'utf8_unicode_ci']
+ ['collation' => true]
115
));
116
}
117
0 commit comments