| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| study_id |
serial |
10 |
|
√ |
nextval('study_study_id_seq'::regclass) |
|
|
| title |
text |
2147483647 |
|
|
|
|
|
| alias |
text |
2147483647 |
√ |
|
null |
|
|
| description |
text |
2147483647 |
√ |
|
null |
|
|
| accession |
text |
2147483647 |
√ |
|
null |
|
|
| abstract |
text |
2147483647 |
√ |
|
null |
|
|
| existing_type |
int4 |
10 |
|
|
|
|
| study_type.study_type_id
|
study_existing_type_fkey R |
|
| new_type |
text |
2147483647 |
√ |
|
null |
|
|
| center_name |
text |
2147483647 |
|
|
|
|
|
| center_project_name |
text |
2147483647 |
|
|
|
|
|
| project_id |
int4 |
10 |
|
|
0 |
|
|
| status |
text |
2147483647 |
√ |
|
null |
|
|
| owner_id |
int4 |
10 |
√ |
|
null |
|
|
| sw_accession |
serial |
10 |
√ |
√ |
nextval('sw_accession_seq'::regclass) |
|
|
| create_tstmp |
timestamp |
29,6 |
|
|
|
|
|
| update_tstmp |
timestamp |
29,6 |
√ |
|
null |
|
|
Table contained 155 rows at Mon Mar 31 13:20 EDT 2014
|