@@ -253,6 +253,34 @@ class Collation extends SqlEnum
253
253
public const UTF8_UNICODE_CI = 'utf8_unicode_ci ' ;
254
254
public const UTF8_VIETNAMESE_CI = 'utf8_vietnamese_ci ' ;
255
255
256
+ public const UTF8MB3_BIN = 'utf8mb3_bin ' ;
257
+ public const UTF8MB3_CROATIAN_CI = 'utf8mb3_croatian_ci ' ;
258
+ public const UTF8MB3_CZECH_CI = 'utf8mb3_czech_ci ' ;
259
+ public const UTF8MB3_DANISH_CI = 'utf8mb3_danish_ci ' ;
260
+ public const UTF8MB3_ESPERANTO_CI = 'utf8mb3_esperanto_ci ' ;
261
+ public const UTF8MB3_ESTONIAN_CI = 'utf8mb3_estonian_ci ' ;
262
+ public const UTF8MB3_GENERAL_CI = 'utf8mb3_general_ci ' ;
263
+ public const UTF8MB3_GENERAL_MYSQL500_CI = 'utf8mb3_general_mysql500_ci ' ;
264
+ public const UTF8MB3_GERMAN2_CI = 'utf8mb3_german2_ci ' ;
265
+ public const UTF8MB3_HUNGARIAN_CI = 'utf8mb3_hungarian_ci ' ;
266
+ public const UTF8MB3_ICELANDIC_CI = 'utf8mb3_icelandic_ci ' ;
267
+ public const UTF8MB3_LATVIAN_CI = 'utf8mb3_latvian_ci ' ;
268
+ public const UTF8MB3_LITHUANIAN_CI = 'utf8mb3_lithuanian_ci ' ;
269
+ public const UTF8MB3_PERSIAN_CI = 'utf8mb3_persian_ci ' ;
270
+ public const UTF8MB3_POLISH_CI = 'utf8mb3_polish_ci ' ;
271
+ public const UTF8MB3_ROMAN_CI = 'utf8mb3_roman_ci ' ;
272
+ public const UTF8MB3_ROMANIAN_CI = 'utf8mb3_romanian_ci ' ;
273
+ public const UTF8MB3_SINHALA_CI = 'utf8mb3_sinhala_ci ' ;
274
+ public const UTF8MB3_SLOVAK_CI = 'utf8mb3_slovak_ci ' ;
275
+ public const UTF8MB3_SLOVENIAN_CI = 'utf8mb3_slovenian_ci ' ;
276
+ public const UTF8MB3_SPANISH2_CI = 'utf8mb3_spanish2_ci ' ;
277
+ public const UTF8MB3_SPANISH_CI = 'utf8mb3_spanish_ci ' ;
278
+ public const UTF8MB3_SWEDISH_CI = 'utf8mb3_swedish_ci ' ;
279
+ public const UTF8MB3_TURKISH_CI = 'utf8mb3_turkish_ci ' ;
280
+ public const UTF8MB3_UNICODE_520_CI = 'utf8mb3_unicode_520_ci ' ;
281
+ public const UTF8MB3_UNICODE_CI = 'utf8mb3_unicode_ci ' ;
282
+ public const UTF8MB3_VIETNAMESE_CI = 'utf8mb3_vietnamese_ci ' ;
283
+
256
284
public const UTF8MB4_BIN = 'utf8mb4_bin ' ;
257
285
public const UTF8MB4_CROATIAN_CI = 'utf8mb4_croatian_ci ' ;
258
286
public const UTF8MB4_CZECH_CI = 'utf8mb4_czech_ci ' ;
@@ -349,7 +377,6 @@ class Collation extends SqlEnum
349
377
public const UTF8MB4_GENERAL_0900_BIN = 'utf8mb4_0900_bin ' ;
350
378
351
379
// from tests. ids not known
352
- public const UTF8MB3_BIN = 'utf8mb3_bin ' ;
353
380
public const UTF8_PHONE_CI = 'utf8_phone_ci ' ;
354
381
public const UTF8_TOLOWER_CI = 'utf8_tolower_ci ' ;
355
382
public const UTF8_BENGALI_STANDARD_CI = 'utf8_bengali_standard_ci ' ;
0 commit comments