TableDef

class lsst.dax.apdb.TableDef(name: str, columns: List[ColumnDef], indices: List[IndexDef], description: Optional[str] = None)

Bases: object

Table description

Attributes Summary

description

documentation, can be None or empty

primary_key

Primary key index

Attributes Documentation

description: Optional[str] = None

documentation, can be None or empty

primary_key

Primary key index