此代码的工作原理是从ext_db发送到inn_db表。但它无法检查inn_db中的数据是否相同。因此在inn_db中设置了相同的值。我怎样才能添加那个工作?Laravel-5.4、MySQL、InnoDB。table('customers')->orderBy('customer_id')->chunk(1000,function($all){foreach($allas$kunde){DB::connection('inn_db')->table('custoemrs')->insert([$kunde->customer_id$kunde->name,$kunde->email])