var model = sequelize.define('People', { name: Sequelize.INTEGER, birth_date: Sequelize.DATE, // should be the same with death_date: Sequelize.
確定! 回上一頁