Summary
This works to remove all entries in a custom table:
$modx->removeCollection(‘objectName’, array());
but the auto-increment doesn’t get reset to 0, like it does if you use the “truncate” command in mySql. Is there some way to reset auto increment in MODX?