How to configure a single foreign key to be used by multiple columns in a single table in a postgresql hasura database?
I’m using python
(version 3.9.6) and sqlalchemy
(version 2.0.30) for configuring the tables in my postgresql
database. After the tables are created, then I’m making POST requests to my hasura
endpoint to configure the relationships.
How to configure a single foreign key to be used by multiple columns in a postgresql hasura database?
I’m using sqlalchemy
for configuring the tables in my postgresql
database. After the tables are created, then I’m making POST requests to my hasura
endpoint to configure the relationships.