table abstract method
Returns a QueryBuilder for the specified name (table).
If executor is provided, the builder will run queries through it
(useful for transactions).
Implementation
QueryBuilder table(String name, [DatabaseExecutor? executor]);