SesarDB
| Home | Tables | Schemas | Diagrams | Foreign Keys | Indexes |
| group_sample | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| group_id | Integer |
|
|
||||
| sample_id | Integer |
|
|
||||
|
|
id | BigInt | nextval('group_sample_id_seq'::regclass) | ||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| group_sample_uk | group_sample | group_id, sample_id |
|
|
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| group_sample_group_id_fkey | groups | group_sample | id | group_id |
| group_sample_sample_id_fkey | sample | group_sample | sample_id | sample_id |
| Parent Relations (none) |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| diagramA |