plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

with the new dual id system, parent relationships need to consume 2 names #150

Closed rizen closed 1 month ago

rizen commented 1 month ago

userPk will also be userId

Might be better to actually store an extra column for these relationships as an extra column. Would then just have to make sure they can only be set via userPk, and not userId.

rizen commented 1 month ago

went with a different scheme