// DemoTable with id 999 does not exist
DemoTable.findOne(999, function(err, found) {
DemoTable.destroy(found.id, function(err, destroyed) {
// destroys the whole DemoTable
});
上的功能我對Node.js和Sails.js框架都是新手。我正在嘗試使用框架構建網站/應用程序,但無法使模型部分按預期工作。我已經看了很多文檔,但仍然無法執行這個基本任務。我正在使用PostgreSQL適配器。 堆棧是如下: TypeError: Fragrance.create is not a function\n at Object.module.exports.index (/home/k