Daniel Dickerson
Results
2
issues of
Daniel Dickerson
I'm running into an issue where I believe an incorrect relationship is getting generated for postgresql 11. I have a one to one relationship that is getting modeled as one...
I was able to run the postgres tests by doing the following: 1. Setup a .env file with the following: ``` POSTGRES_NAME=postgres POSTGRES_USER=postgres POSTGRES_PASS=postgres POSTGRES_HOST=localhost POSTGRES_PORT=5555 ``` 2. Launch postgres...