laravelBatch icon indicating copy to clipboard operation
laravelBatch copied to clipboard

[BUG] When defined $table in model with database name, the wrong SQL will be generated.

Open robin-dongbin opened this issue 4 years ago • 0 comments
trafficstars

example in model:

    protected $connection = 'mysql';
    protected $table = 'db1.table';

robin-dongbin avatar May 12 '21 17:05 robin-dongbin