insert([ [ 'device_id' => 9999, 'created_at' => now(), 'updated_at' => now(), 'park_id' => 1, 'device_type' => 'test_printer', 'device_subject' => 'テスト用プリンター', 'device_identifier' => 'TEST_PRINTER_001', 'device_work' => '印刷処理', 'device_workstart' => '2025-01-01', 'device_replace' => '2030-01-01', 'device_remarks' => 'SHJ-8テスト用デバイス', 'operator_id' => 1 ] ]); echo "SHJ-8テスト用デバイス(ID: 9999)を作成しました。\n"; } }