Consegui fazer a migração corretamente usando o comando npx sequelize-cli db:migrate porem ao tentar abrir a tabela usando a extensão do SQLite no VS Code simplesmente diz que falhou ao criar a tabela com os seguintes dizeres:
Parse error near line 4: no such column: "table" - should this be a string literal in single-quotes? aster WHERE (type="table" OR type="view") error here ---^
Como eu faço para corrigir isso?