Implement another attribute for fields named `length` to define a fixed-length database field. ##### Behaviour Use fixed-length database type instead of `varchar` and other variable length fields.
Implement another attribute for fields named
lengthto define a fixed-length database field.Behaviour
Use fixed-length database type instead of
varcharand other variable length fields.