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
This field should probably be converted to an integer. It was likely kept as a string to support UUIDs, but we no longer support this. Feel free to modify the column to an integer in your database and that should fix the issue...
While debugging the mysql query we found the type missmatch:
Warning: #1739 Cannot use ref access on index 'rainlab_translate_attributes_model_id_index' due to type or collation conversion on field 'model_id'
Table: rainlab_translate_attributes
$table->string('model_id')->index()->nullable();
The text was updated successfully, but these errors were encountered: