@@ -21,12 +21,10 @@ |
||
21 | 21 | namespace TheCodingMachine\TDBM; |
22 | 22 | |
23 | 23 | use Doctrine\Common\Cache\Cache; |
24 | -use Doctrine\Common\Cache\VoidCache; |
|
25 | 24 | use Doctrine\DBAL\Connection; |
26 | 25 | use Doctrine\DBAL\Platforms\MySqlPlatform; |
27 | 26 | use Doctrine\DBAL\Schema\Column; |
28 | 27 | use Doctrine\DBAL\Schema\ForeignKeyConstraint; |
29 | -use Doctrine\DBAL\Schema\Schema; |
|
30 | 28 | use Doctrine\DBAL\Schema\Table; |
31 | 29 | use Doctrine\DBAL\Types\Type; |
32 | 30 | use Mouf\Database\MagicQuery; |