unicode¶ felis.db.sqltypes.unicode(length, **kwargs)¶ Get the SQL type for Felis Unicode with variants. Parameters: length (int) – The length of the unicode string field. **kwargs (Any) – Additional keyword arguments to pass to the type object. Returns: The SQL type for a Felis unicode string. Return type: TypeEngine