department an designation character limit increased in user able

This commit is contained in:
laxman h 2026-04-20 14:05:59 +05:30
parent 02c5187232
commit e7f52021c7

View File

@ -173,11 +173,11 @@ User.init(
comment: 'Full Name for display' comment: 'Full Name for display'
}, },
department: { department: {
type: DataTypes.STRING(100), type: DataTypes.STRING(255),
allowNull: true allowNull: true
}, },
designation: { designation: {
type: DataTypes.STRING(100), type: DataTypes.STRING(255),
allowNull: true allowNull: true
}, },
phone: { phone: {