@@ -53,7 +53,7 @@ |
||
53 | 53 | $config[$tableName] = [ |
54 | 54 | 'primary_key' => $metadata->identifier, |
55 | 55 | 'fields' => [], |
56 | - ]; |
|
56 | + ]; |
|
57 | 57 | |
58 | 58 | if ($classAnnotation->truncate) { |
59 | 59 | $config[$tableName]['truncate'] = true; |