Hello, could you help me with information on how to connect users with other tables in my Postgresql? Maybe there is some information in docs, but I haven't found it yet
r
rp_st
04/19/2023, 7:44 AM
hey @error404404404 you could override the sign up API on the backend and use the resulting user ID to store info in your tables.
e
error404404404
04/19/2023, 7:48 AM
Ok, is there any information how to do it properly using Nestjs?