-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
- Make
descriptionfield technically unlimited, instead of default255chars - Make
titlefield max length 128 insated of 64, as it was too short - Explicitly define the length of all
VARCHARfields for 2 reasons:npm run init-db forcewould create DB schema, and if we don't define explicit length forVARCHARin model definitions, then default255length would be used which is not always what we want- even if we keep the default length, still explicitly define
255to keep us aware of the maximum length, we have to make sure, that Joi has validation rules which do not pass data that is not accepted by DB, to keep things clear
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working