public function checkPrimaryKey(string $tableName, string $rowName)
    {
        $foreignKeys = $this->getForeignKeys($tableName, $rowName);

        foreach($foreignKeys as $foreignKey) {