Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| assay_id | bigserial | 19 |
|
nextval('mage.assay_assay_id_seq'::regclass) | ||||
| arraydesign_id | int8 | 19 |
|
null | ||||
| protocol_id | int8 | 19 |
|
√ | null | |||
| assaydate | timestamp | 29,6 |
|
√ | now() | |||
| arrayidentifier | text | 2147483647 |
|
√ | null | |||
| arraybatchidentifier | text | 2147483647 |
|
√ | null | |||
| operator_id | int8 | 19 |
|
null | ||||
| dbxref_id | int8 | 19 |
|
√ | null | |||
| name | text | 2147483647 |
|
√ | null | |||
| description | text | 2147483647 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| assay_pkey | Primary key | Asc | assay_id |
| assay_c1 | Must be unique | Asc | name |
| assay_idx1 | Performance | Asc | arraydesign_id |
| assay_idx2 | Performance | Asc | protocol_id |
| assay_idx3 | Performance | Asc | operator_id |
| assay_idx4 | Performance | Asc | dbxref_id |

