feat: add professor import support, user account creation, and IBAN/card fields
This commit is contained in:
@@ -32,6 +32,18 @@ const professorSchema = new mongoose.Schema({
|
||||
trim: true,
|
||||
lowercase: true
|
||||
},
|
||||
cardNumber: {
|
||||
type: String,
|
||||
trim: true
|
||||
},
|
||||
shabaNumber: {
|
||||
type: String,
|
||||
trim: true
|
||||
},
|
||||
bio: {
|
||||
type: String,
|
||||
trim: true
|
||||
},
|
||||
expertise: [{
|
||||
type: String,
|
||||
trim: true
|
||||
|
||||
Reference in New Issue
Block a user