jawira / db-draw

📐 PHP library to generate DB diagrams
https://jawira.github.io/db-draw/
MIT License
18 stars 2 forks source link

No pk error #21

Closed jawira closed 3 years ago

jawira commented 3 years ago
PHP Fatal error:  Uncaught Doctrine\DBAL\Exception: Table alt_allele_attrib has no primary key. in /home/jawira/PhpstormProjects/ensembl/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php:743
jawira commented 3 years ago
public function generateColumns(): self
  {
    $pkNames    = $this->table->hasPrimaryKey()? $this->table->getPrimaryKeyColumns(): [];
    $allColumns = $this->table->getColumns();