Removes all rows from a table or specified partitions of a table, without logging the individual row deletions. TRUNCATE TABLE is similar to the DELETE statement with no WHERE clause; however, ...
Is it possible to execute raw SQL? (targeted to DB) How can I truncate a Table? (Postgres) Is any companion lib for Intended use with migrations?