SesarDB
Home | Tables | Schemas | Diagrams | Foreign Keys | Indexes |
sample_doc | (Table) |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
sample_doc_id | Integer | nextval('sample_doc_sample_doc_id_seq'::regclass) | ||||
sample_id | Integer |
|
|
||||
primary_image | Integer |
|
|||||
file_name | VarChar(2048) |
|
|||||
path_to_file | VarChar(400) |
|
|||||
uploaded_by | Integer |
|
|||||
uploaded_date | TimeStampWithTimeZone |
|
|||||
file_size | BigInt |
|
|||||
file_type | VarChar(128) |
|
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
sample_doc_sample_id_fkey | sample | sample_doc | sample_id | sample_id |
Parent Relations (none) |
Triggers (none) |
Used in Diagrams |
Diagram Name |
diagramA |