php artisan schema:dump fails on foreign table #39640
Unanswered
devNoiseConsulting
asked this question in
Q&A
Replies: 0 comments
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.
-
Description:
Trying to Squashing Migrations with
php artisan schema:dump
but fails with the following error.The table/sequence it is failing on is a foreign table from another database. This table was linked to the database by the postgres user and a different user was used to create the tables and sequences.
Steps To Reproduce:
Not sure I have steps to recreate this. The table in question is in another database not create by migration and the foreign table link was done manully.
Beta Was this translation helpful? Give feedback.
All reactions