Skip to content

PEOPLE STATS MODEL


{
id: {
type: DataTypes.INTEGER,
primaryKey: true,
autoIncrement: true,
allowNull: false,
},
contactCount: {
type: DataTypes.INTEGER,
},
managerCount: {
type: DataTypes.INTEGER,
},
repCount: {
type: DataTypes.INTEGER,
},
}



Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.