2.0.1
- added mysql
INSERT IGNORE
/REPLACE
and postgresINSERT ... ON CONFLICT
Insert::into(string $table, string $on_conflict = <REPLACE, IGNORE>, string $conflict_target = <column>)
INSERT IGNORE
/ REPLACE
and postgres INSERT ... ON CONFLICT
Insert::into(string $table, string $on_conflict = <REPLACE, IGNORE>, string $conflict_target = <column>)