There is a ready-made database on PostgreSql. There are 4 schemes in it, but in the Laravel configs I can only specify one, so how can I connect to the rest of the schemes?
There is a ready-made database on PostgreSql. There are 4 schemes in it, but in the Laravel configs I can only specify one, so how can I connect to the rest of the schemes?
Source: https://ru.stackoverflow.com/questions/941745/
All Articles