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'
|
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: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user