/**
  * @since 2.5
  *
  * @param TableBuilder $tableBuilder
  */
 public function checkOnPostCreation(TableBuilder $tableBuilder)
 {
     $this->doCheckInternalPropertyIndices($this->store->getConnection(DB_MASTER));
     $tableBuilder->checkOn(TableBuilder::POST_CREATION);
 }