char

felis.db.sqltypes.char(length, **kwargs)

Get the SQL type for Felis Char with variants.

Parameters:
  • length (int) – The length of the character field.

  • **kwargs (Any) – Additional keyword arguments to pass to the type object.

Returns:

The SQL type for a Felis char.

Return type:

TypeEngine