| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| ius_id |
serial |
10 |
|
√ |
nextval('ius_ius_id_seq'::regclass) |
|
|
| sample_id |
int4 |
10 |
|
|
|
|
| sample.sample_id
|
ius__sample_fk R |
|
| lane_id |
int4 |
10 |
|
|
|
|
| lane.lane_id
|
ius__lane_fk R |
|
| owner_id |
int4 |
10 |
√ |
|
null |
|
|
| name |
text |
2147483647 |
√ |
|
null |
|
|
| alias |
text |
2147483647 |
√ |
|
null |
|
|
| description |
text |
2147483647 |
√ |
|
null |
|
|
| tag |
text |
2147483647 |
√ |
|
null |
|
|
| sw_accession |
serial |
10 |
√ |
√ |
nextval('sw_accession_seq'::regclass) |
|
|
| create_tstmp |
timestamp |
29,6 |
|
|
|
|
|
| update_tstmp |
timestamp |
29,6 |
√ |
|
null |
|
|
| skip |
bool |
1 |
√ |
|
false |
|
|
Table contained 18,586 rows at Mon Mar 31 13:20 EDT 2014
|