Error : Laravel 11 #23623
stuckfakur
started this conversation in
Show and tell
Error : Laravel 11
#23623
Replies: 2 comments 1 reply
-
|
In app/config/database.php change |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
The Add a CREATE SCHEMA laravel |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SQLSTATE[3F000]: Invalid schema name: 7 ERROR: no schema has been selected to create in at character 14 (Connection: pgsql, SQL: create table "migrations" ("id" serial not null primary key, "migration" varchar(255) not null, "batch" integer not null))I was input the configuration at env
DB_CONNECTION=pgsql
DATABASE_URL=postgres://postgres.refrence:[email protected]:5432/postgres
DB_PASSWORD=password
and on database.php was change like as a doc
but while i migrate showing error like at above
Beta Was this translation helpful? Give feedback.
All reactions