Use PG to detect the column
In the previous commit we're using a wildcard to select all columns, now by using PGs information_schema we query if the column exits.
Showing
Please register or sign in to comment
In the previous commit we're using a wildcard to select all columns, now by using PGs information_schema we query if the column exits.