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