'boolean', ]; // 관계: 모델은 여러 버전을 가짐 public function versions() { return $this->hasMany(ModelVersion::class, 'model_id'); } }