Table pub.mgd.map_coordinate A record in this table represents one Coordinate Map; a set of Coordinate Map Features of the specified Units for the specified Object. The Object can be an MGI object (Chromosome or Sequence), or a non-MGI object (in which case the _Object_key and _MGIType_key are null). A Coordinate Map can belong to at most one Collection.
|
Generated by SchemaSpy |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table contained 259 rows at Mon Sep 11 06:12 EDT 2023 |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
_map_key | Primary key | Asc | map_coordinate_pkey |
_collection_key | Performance | Asc | map_coordinate_idx_collection_key |
_createdby_key | Performance | Asc | map_coordinate_idx_createdby_key |
_maptype_key | Performance | Asc | map_coordinate_idx_maptype_key |
_mgitype_key | Performance | Asc | map_coordinate_idx_mgitype_key |
_modifiedby_key | Performance | Asc | map_coordinate_idx_modifiedby_key |
_object_key | Performance | Asc | map_coordinate_idx_object_key |
_units_key | Performance | Asc | map_coordinate_idx_units_key |
|