You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting "General error: 1271 Illegal mix of collations for operation" during adding specific data to field, which has unique restriction. Appears only when I'm adding data with signs specific in my language, for example: ą ć ę ń etc. I belive, this line should look like below:
I'm getting "General error: 1271 Illegal mix of collations for operation" during adding specific data to field, which has unique restriction. Appears only when I'm adding data with signs specific in my language, for example: ą ć ę ń etc. I belive, this line should look like below:
laraadmin/src/Models/Module.php
Line 1023 in b8557a2
$col .= "unique:".$module->name_db.",".$field['colname'].",NULL";
The text was updated successfully, but these errors were encountered: