Is it possible to create a query containing the profiles (table: profiles) with another column containing an array of all the modifications made to the profiles (table: profiles_log)?
I want a query with this result :
I want to build an html table of profiles with an extension possibility to see the logs under each profile
2