2 Commits
Author SHA1 Message Date
Mykhailo PoliakovandGitHub ad456b4f3e Update RawColumn.php (#22)
Phpstan on 5 level give error, because in RawColumn DocBlock is inconsistent with parameters given when calling RawColumn class in code
ex. new RawColumn("sspName", "ssp") cause this error:
"Parameter #2 $alias of class PhpClickHouseLaravel\RawColumn constructor expects null, string given."
2023-04-18 19:30:21 +05:00
Michail PoliakovandGitHub 821a2879ef Update Base model for connection flexibility. (#21)
Working with multiple Clickhouse instances in a project
2023-03-24 11:33:39 +05:00