some changes

This commit is contained in:
2021-01-26 18:52:25 +01:00
parent 4535ce2dda
commit d5684d922f
3 changed files with 17 additions and 3 deletions

View File

@@ -13,18 +13,18 @@ const userSchema = mongoose.Schema({
firstname: {
type: String,
required: true,
maxlength: 64,
maxlength: 24,
},
lastname: {
type: String,
required: true,
maxlength: 64,
maxlength: 24,
},
billing: {
NIP: {
type: String,
required: true,
maxlength: 64,
maxlength: 20,
},
adress: {
type: String,