'array', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; /** * 소속 탭 */ public function tab() { return $this->belongsTo(CustomTab::class, 'tab_id'); } }