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
When using the api_plugin_db_table_create function in a plugin, if you set a table collation, the function ignores this value and uses the system default.
Expected behavior
The plugin function should respect this parameter.
Describe the bug
When using the api_plugin_db_table_create function in a plugin, if you set a table collation, the function ignores this value and uses the system default.
Expected behavior
The plugin function should respect this parameter.