Good day All, I have an existing database set up where I am using a linking table dbo.UsersUserTypeId to connect dbo.Users.UserId to dbo.UsersTypes. In this setup a User can belong to many groups. How do I make use of this setup or recreate the same function in PHPrunner?
Thanks in advance for your assistance.