'string', ]; protected static function boot() { parent::boot(); static::creating(function ($model) { if (empty($model->id_lowongan_pekerjaan)) { $model->id_lowongan_pekerjaan = Str::uuid(); } }); } }