'array', 'layout_options' => 'array', 'instructions' => 'array', 'is_active' => 'bool', ]; public function creator(): BelongsTo { return $this->belongsTo(User::class, 'created_by'); } }