Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

databaseanswers.net Latest Questions

In my local laravel environment I don’t have any problems connecting. But in production I’m getting this: return "SQLSTATE[08006] [7] timeout expired (SQL: select * from "document")" in all routes that queries the bank.. DB_CONNECTION=pgsql DB_HOST=**.**.**.** DB_PORT=5432 DB_DATABASE=*********** DB_USERNAME=************ DB_PASSWORD=***************

  • -3
Clara
Beginner

[LARAVEL ] como eu faço para remover alguma coluna da tabela PersonalAccessToken sem ter nenhum problema TENHO ESSE RETORNO Illuminate\Database\QueryException: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘abilities’ in ‘field list’ (SQL: insert into personal_access_tokens (name, token, abilities, expires_at, tokenable_id, ...