'Add onto data in table instead of replace

Is there a sequelize query command that will insert data into the table without writing over whats already there. All the sequelize queries replace any information in the column they dont add onto it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source