department an designation character limit increased in user able
This commit is contained in:
parent
02c5187232
commit
e7f52021c7
@ -173,11 +173,11 @@ User.init(
|
||||
comment: 'Full Name for display'
|
||||
},
|
||||
department: {
|
||||
type: DataTypes.STRING(100),
|
||||
type: DataTypes.STRING(255),
|
||||
allowNull: true
|
||||
},
|
||||
designation: {
|
||||
type: DataTypes.STRING(100),
|
||||
type: DataTypes.STRING(255),
|
||||
allowNull: true
|
||||
},
|
||||
phone: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user