| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| file_id |
serial |
10 |
|
√ |
nextval('file_file_id_seq'::regclass) |
|
|
| file_path |
text |
2147483647 |
|
|
|
|
|
| md5sum |
text |
2147483647 |
√ |
|
null |
|
|
| url |
text |
2147483647 |
√ |
|
null |
|
|
| url_label |
text |
2147483647 |
√ |
|
null |
|
|
| type |
text |
2147483647 |
√ |
|
null |
|
|
| meta_type |
text |
2147483647 |
√ |
|
null |
|
|
| description |
text |
2147483647 |
√ |
|
null |
|
|
| owner_id |
int4 |
10 |
√ |
|
null |
|
|
| sw_accession |
serial |
10 |
√ |
√ |
nextval('sw_accession_seq'::regclass) |
|
|
| file_type_id |
int4 |
10 |
√ |
|
null |
|
| file_type.file_type_id
|
fk_file_file_type_id R |
|
| size |
int8 |
19 |
√ |
|
null |
|
|
| skip |
bool |
1 |
√ |
|
false |
|
|
Table contained 70,986 rows at Mon Mar 31 13:20 EDT 2014
|