has-column
Action
Check if a column exists in a table
Syntax
$exists:BOOLEAN = has-column "email" in $Gtable
check if column exists with literal name
$exists:BOOLEAN = has-column $name:TEXT in $Gtable
check if column exists with variable name