belamov

Results 2 issues of belamov

## Missing column `id` in default favorites table migration when i try to add some model to favorites it generates following query, which requires `id` column ```SQL: insert into "favorites"...

currently macros are registered like that: ```php Builder::macro( "where{$operatorName}", fn ($left, $right) => $this->whereRaw( sprintf('%s %s %s', $left instanceof Range ? $left->forSql() : $left, $operator, $right instanceof Range ? $right->forSql()...

enhancement
help wanted