Column#
- class langchain_postgres.v2.engine.Column(
- name: 'str',
- data_type: 'str',
- nullable: 'bool' = True,
Attributes
nullable
Methods
__init__
(name, data_type[, nullable])- Parameters:
name (str)
data_type (str)
nullable (bool)
- __init__(
- name: str,
- data_type: str,
- nullable: bool = True,
- Parameters:
name (str)
data_type (str)
nullable (bool)
- Return type:
None