It should be possible to define a table with an alias using an array. Now we use variadics for multiple table, we can use `['table' => 'alias']` to define alais's. - [ ] Table for query selection - [ ] Table for Join condition
It should be possible to define a table with an alias using an array.
Now we use variadics for multiple table, we can use
['table' => 'alias']to define alais's.