seedRows()
seedRows(array<int,array<string,mixed>> $rows, \Closure|null $afterInsert = null) : void
全量覆盖导入(单源):truncate + insert + setval 事务样板。
Parameters
| array |
$rows | 目标数据行 |
| \Closure|null | $afterInsert | 插入后的额外更新(事务内,如公开白名单标记) |