Column | MySQL Type | Oracle Type | Nullable | Description |
---|---|---|---|---|
WID | BIGINT | NUMBER | No | Warehouse identifier for this entity |
MethodName | VARCHAR | VARCHAR2(100) | No | The name of the method ex: Co-migration |
MethodDesc | VARCHAR | VARCHAR2(500) | Yes | More detailed description of method. Ex: Co-migration with purified protein |
MethodAbbrev | VARCHAR | VARCHAR2(10) | Yes | A short abbreviation for the method name. ex: C |
DatasetWID | BIGINT | NUMBER | No | The dataset the entity is from |
Table | Column |
---|---|
SpotWIDSpotIdMethodWID | SpotIdMethodWID |