Hey,
I’ve just started using WeWeb, it’s looking pretty great so far. Although there’s one thing that’s quite annoying, was wondering if there was a way of updating the Auth plugin to change this.
When working with the Supabase Auth plugin, I hate the fact that it forces you to use the columns “userId” & “roleId” for the role table, would it not be possible to just add another dropdown to select the column name for the role and user id’s?
It’s just quite annoying since normal postgresql naming convention dictates snake case, not camel case, and it causes SQL to not recognise SQL queries regarding these columns unless you put quotations around “roleId” and “userId”. I know it’s not a HUGE deal, it just means that this table is formatted differently to the rest of my app, and I have to remember to use quotations when referencing these columns.