prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

SqlConnector: Refactor emtpy table method #27

Closed codeliner closed 9 years ago

codeliner commented 9 years ago

Instead of dropping foreign keys and add them after truncate we should drop the entire table and recreate it. Doctrine may provide an easy way to get the DDL for a table.

codeliner commented 9 years ago

Duplicate issue. See #34