'array', 'is_system' => 'boolean', ]; public function creator() { return $this->belongsTo(\App\User::class, 'created_by'); } }