Sort steps by junction table's column
This commit is contained in:
@@ -27,6 +27,10 @@ module.exports = {
|
||||
onUpdate: "CASCADE",
|
||||
onDelete: "CASCADE",
|
||||
},
|
||||
stepNo: {
|
||||
type: Sequelize.INTEGER,
|
||||
allowNull: false,
|
||||
},
|
||||
createdAt: {
|
||||
type: Sequelize.DATE,
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user