Hey!
I had the same problem, in NodeJS but i bet it is the same.
I had a Reserves table that was something like
{
ReserveNum:2,
User: 402123 (this is their id)
ReserveStart: June20,
…
}
The user was a linked record from the Users table. I just had to...