I have this:
I wanna change the users table to this:
I added nullable constraint on usersId
in the orders
table but that didn't change anything on the ERD. Is this a problem with pgadmin or I'm doing something wrong?
I have this:
I wanna change the users table to this:
I added nullable constraint on usersId
in the orders
table but that didn't change anything on the ERD. Is this a problem with pgadmin or I'm doing something wrong?
The ERD diagramming tool of pgadmin seems designed to represent only one-to-many and many-to-many relations.
It is not capable (yet?) of representing simple one-to-one relations, and seems not capable either according to the screenshots in the documentation to indicate optional or mandatory participation in a relation (e.g. double bar or circle bar).
The best way forward would be to log an issue in pgadmin's official issue tracker.