Mark `batchInsert()` as deprecated https://github.com/yiisoft/db-migration/blob/38fdc071217a42727c5e152183e1196787828656/src/MigrationBuilder.php#L119-L124 Add `insertBatch()` where `$columns` argument is optional: ```php public function insertBatch(string $table, iterable $rows, array $columns = []): void ``` See https://github.com/yiisoft/db/blob/dffa745e646d475b6dd993a421c26a088e1c4f0f/src/Command/AbstractCommand.php#L203
Mark
batchInsert()as deprecateddb-migration/src/MigrationBuilder.php
Lines 119 to 124 in 38fdc07
Add
insertBatch()where$columnsargument is optional:See https://github.com/yiisoft/db/blob/dffa745e646d475b6dd993a421c26a088e1c4f0f/src/Command/AbstractCommand.php#L203