Closed cthoyt closed 7 years ago
Use the doc keyword argument in Column objects. Example:
doc
Column
iupac = Column(String, nullable=False, doc='A unique representation of a chemical structure')
Use the
doc
keyword argument inColumn
objects. Example:iupac = Column(String, nullable=False, doc='A unique representation of a chemical structure')