'int', 'pos' => 'int', 'active' => 'bool' ]; protected $fillable = [ 'category_id', 'name', 'slug', 'pos', 'active' ]; public function i_q_content_category() { return $this->belongsTo(IQContentCategory::class, 'category_id'); } /*public function i_q_content_file_tags() { return $this->hasMany(IQContentFileTag::class, 'tag_id'); }*/ }