insert([ [ 'id' => 1, 'azmayesh_id' => Azmayesh::factory(), 'azmayesh_name' => function (array $attributes) { return Azmayesh::query()->find($attributes['azmayesh_id'])->name; }, 'data' => json_encode([ 1 => 'test' ]), 'created_at' => now(), 'updated_at' => now() ], ]); } }