Scopes table not being created
-
Hi there,
I noticed when trying to use the plugin that it didn’t create the scopes table for some reason. I tried to manually run the query to create it and it says:
SQL query:
CREATE TABLE IF NOT EXISTS wpmb_moos_oauth_scopes (scope varchar(255), is_default BOOLEAN, UNIQUE (scope))MySQL said:
#1071 – Specified key was too long; max key length is 1000 bytesServer version: 5.6.41-log – MySQL Community Server (GPL)
So I think you might have to adjust the way your scopes table is designed or something.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Scopes table not being created’ is closed to new replies.