【Sequelize】this.build(...).save is not a function
this.build(...).save is not a function
考えられること
createするときのデータが配列(array)になっていないか?
const datas = [{ ... }];
idを作成するときにcreate
を使用するとこのエラーが発生する。bulkCreate
を使用しよう。
create
を使う場合はdatasをオブジェクトに変えよう。
const datas = { ... };
引用
mysql - Sequelize TypeError build.save is not a function - Stack Overflow
Author And Source
この問題について(【Sequelize】this.build(...).save is not a function), 我々は、より多くの情報をここで見つけました https://qiita.com/nitaking/items/4aa5e4f05dfad22c3f7c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .