Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL / SQLite support. #25

Closed
hypervalley opened this issue Jun 16, 2015 · 2 comments
Closed

PostgreSQL / SQLite support. #25

hypervalley opened this issue Jun 16, 2015 · 2 comments

Comments

@hypervalley
Copy link

Do you intend to offer support to PostgreSQL? For me, PostgreSQL usage is essential. I think if Eloquent allows different databases, let the developers choose the one that suits them.

@Renfos
Copy link
Member

Renfos commented Aug 21, 2015

New version updated. Please check with PostgreSQL

@Renfos Renfos closed this as completed Aug 21, 2015
@kirchaj
Copy link

kirchaj commented Oct 1, 2015

I am trying to install on Postgres and have run into this error when running

php artisan db:seed --class=RoleTableSeeder

[Illuminate\Database\QueryException]
SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "roles" does not exist
LINE 1: insert into "roles" ("id", "name") values ($1, $2), ($3, $4)...
^ (SQL: insert into "roles" ("id", "name") values (1, superuser), (2

[PDOException]
SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "roles" does not exist
LINE 1: insert into "roles" ("id", "name") values ($1, $2), ($3, $4)...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants