2011-10-19 69 views
0

我正在使用DoctrineFixturesBundle並嘗試加載燈具Symfony Doctrine-fixtures bundle,fail --purge-with-truncate

app/console -e=test doctrine:fixtures:load --purge-with-truncate 

postgres數據庫中的所有數據。但是爲什麼在--purge-with-truncate表序列沒有重啓之後,只是對每個夾具加載? 我如何閱讀postgres截斷文檔

RESTART IDENTITY 
Automatically restart sequences owned by columns of the truncated table(s). 

可能是生成的實體不正確?

回答