Is it something that can be done(in latest dreamfactory versions 2.3 or 2.4) to create a separate table (in mysql for example) containing a owner_id field which is a foreign key to user_id in user table - by virtual foreign key(I tried but didnt see the user table available in schema tab) or something similar.
I am working on a project which require many fields for a user, and these fields should be created/read/edited by another user via rest api.
Any ideas?