/**
  * CreateBlogTagsTable constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTable('tags');
 }
 /**
  * CreateBlogCategoriesTable constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTable('categories');
 }