alexander test
This commit is contained in:
parent
3b8d9e4298
commit
401080d78e
41 changed files with 811 additions and 363 deletions
|
@ -18,6 +18,12 @@ export const SkillsSchema = new Schema({
|
|||
param: {
|
||||
type: Schema.Types.Mixed,
|
||||
},
|
||||
bgColor: {
|
||||
type:Schema.Types.String,
|
||||
},
|
||||
borderColor:{
|
||||
type:Schema.Types.String
|
||||
}
|
||||
}).plugin(require("mongoose-autopopulate"));
|
||||
|
||||
export const skillsSchema = "skills";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue