Open gin0115 opened 2 years ago
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' => 'alias']
This should be extended to tables added to join definitons
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.