News

This issue occurs because the sql_require_primary_key flag in MySQL prevents the creation of tables without a primary key. Because of the way Laravel's Schema builder assigns primary keys to ...
I configure my connector to upsert record in a Mysql ... "auto.create": true, "auto.evolve": true } } Connector runs fine and record are inserted in the newly created table. The only problem is that ...