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

@ -302,7 +302,7 @@ export default {
},
notes: {
maxLength: maxLength(255),
maxLength: maxLength(65000),
},
},
},