- Laravel Version: all
- PHP Version: all
- Database Driver & Version: pgsql
Description:
Same as #13862, but looks like it's not fixed.
In class Database\Schema\Grammars\PostgresGrammar the compileColumnListing does not consider the table_schema attribute (like in the compileTableExists method).
Steps To Reproduce:
Same as #13862.