indicates wether this is just the maximum length of a varying
(length: StringAdd).self
(length: StringFormat).self
(length: ArrowAssoc[Length[T]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(length: Ensuring[Length[T]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Number of unicode characters for string-like types
Unlike DBType this is portable between different DBMS.
Note that for DDL Slick currently uses picks type CHAR when varying=false and VARCHAR when varying=true.
Note that Slick uses VARCHAR or VARCHAR(254) in DDL for String columns if neither ColumnOption DBType nor Length are given.
indicates wether this is just the maximum length of a varying