TableDef¶
- 
class lsst.dax.apdb.TableDef(name: str, description: Optional[str], columns: List[lsst.dax.apdb.apdbSchema.ColumnDef], indices: List[lsst.dax.apdb.apdbSchema.IndexDef])¶
- Bases: - object- Table description - Attributes Summary - primary_key- Primary key index - Attributes Documentation - 
primary_key¶
- Primary key index 
 
-