hitontology / database

Schema, diagram and SPARQL import and export of the HITO software product PostgreSQL database.
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

array of foreign keys #2

Closed KonradHoeffner closed 4 years ago

KonradHoeffner commented 4 years ago

Is it possible to define an array of foreign keys and if yes, how?

Proposal in https://commitfest.postgresql.org/17/1252/

Seems not possible right now.

ThomasPause commented 4 years ago

solution: use mapping tables, resolved in schema definition, see #1