TEXT }); var Book = db.define('Book', { name: Sequelize.STRING }); Author.hasMany(Book); Book.hasMany(Author); db.sync().on('success', ...
確定! 回上一頁