SqlType Char(int length, {String constraint = notNull}) => SqlType("char($length)", constraint: constraint);