change notes & description column type

This commit is contained in:
raishvaria
2020-12-08 12:55:28 +05:30
parent e222af335e
commit d2e11bd7df
6 changed files with 53 additions and 7 deletions

View File

@ -340,7 +340,7 @@ export default {
between: between(0, this.maxDiscount),
},
description: {
maxLength: maxLength(255),
maxLength: maxLength(65000),
},
},
}