O erro que está ocorrendo é o seguinte:
Executing (default): INSERT INTO fornecedores
(id
,empresa
,email
,categoria
,dataCriacao
,dataAtualizacao
,versao
) VALUES (DEFAULT,?,?,?,?,?,?);
(node:5317) UnhandledPromiseRejectionWarning: Error
at Query.run (/home/carlos/Área de Trabalho/NODE/api-petshop/node_modules/sequelize/dist/lib/dialects/mysql/query.js:52:25)
at retry (/home/carlos/Área de Trabalho/NODE/api-petshop/node_modules/sequelize/dist/lib/sequelize.js:313:28)
at process.tickCallback (internal/process/nexttick.js:68:7)
(node:5317) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:5317) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Meu código está da seguinte forma: https://github.com/Carlos-hub/api-rest-petshop-nodejs