ven v
09/23/2022, 5:53 PMJarupong
09/23/2022, 6:54 PMJarupong
09/23/2022, 6:57 PMpostgresql://${POSTGRES_INTERNAL_USERNAME}:${POSTGRES_INTERNAL_PASSWORD}@${POSTGRES_INTERNAL_SERVER_URL}:${POSTGRES_INTERNAL_SERVER_PORT}/firstDB?schema=public
Then you can create another schema file
postgresql://${POSTGRES_INTERNAL_USERNAME}:${POSTGRES_INTERNAL_PASSWORD}@${POSTGRES_INTERNAL_SERVER_URL}:${POSTGRES_INTERNAL_SERVER_PORT}/secondDB?schema=public
ven v
09/23/2022, 7:03 PMJarupong
09/24/2022, 2:33 AM