'integer', 'uploader' => 'integer', 'reporter' => 'integer', 'status' => 'integer', ]; public function texture() { return $this->belongsTo(Texture::class, 'tid', 'tid'); } public function informer() { return $this->belongsTo(User::class, 'reporter', 'uid'); } }