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
-
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:password@aws-0-ap-southeast-1.pooler.supabase.com: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