Yii2 how to insert seeds without truncate table

In Yii2 when we execute seeder it truncate tables and insert rows inserted inside seeder, so i would not like to truncate the table, how to achieve this. We are using seeder to insert any one record to database table. here truncate does not required it is burden if we go with truncate,

please guide some options