Antonis Flangofas
Results
2
issues of
Antonis Flangofas
Is there a way to get foreign keys from the table or adapter? This method is currently protected and [lives within the adapters ](https://github.com/cakephp/phinx/blob/master/src/Phinx/Db/Adapter/MysqlAdapter.php#L813) and used to be public but...
feature
Would you guys want to add the following (or some) methods to the AdapterInterface? ```php # Within a Seeder: $this->getAdapter()->getAllTables(); $this->getAdapter()->disableForeignKeyConstraint(); $this->getAdapter()->enableForeignKeyConstraint(); $this->getAdapter()->truncateAllTables(); ```
feature