oh I just found <https://github.com/JetBrains/Exposed/issues/43>, so <@U0EC2UPDF> is there any recom...
p
oh I just found https://github.com/JetBrains/Exposed/issues/43, so @tapac is there any recommended way to work this around? Just a primary generated id and 2 foreign keys for now?
t
I guess that
primary generated id and 2 foreign keys
is only possible way to live with muli-PK for now.
p
thank you