Starting database setup
Checking table: oauth_access_tokens
Checking table: oauth_authorization_codes
Checking table: oauth_clients
Checking table: oauth_ip_logins
Checking table: oauth_jwt
Checking table: oauth_public_keys
Checking table: oauth_refresh_tokens
Checking table: oauth_scopes
Checking table: oauth_usersAdding constraints...
Constraint errorSQLSTATE[HY000]: General error: 20018 Cannot find the object "tbl_Contacts" because it does not exist or you do not have permissions. [20018] (severity 16) [ALTER TABLE tbl_Contacts DROP CONSTRAINT FK_UserID]Constraint errorSQLSTATE[HY000]: General error: 20018 Cannot find the object "tbl_Contacts" because it does not exist or you do not have permissions. [20018] (severity 16) [ALTER TABLE tbl_Contacts ADD CONSTRAINT FK_UserID FOREIGN KEY (UserID) REFERENCES oauth_users(user_id)]