SesarDB
| Home | Tables | Schemas | Diagrams | Foreign Keys | Indexes |
| country | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
|
country_id | Integer | nextval('country_country_id_seq'::regclass) | ||||
| name | VarChar(255) |
|
|||||
| is_active | Integer |
|
|||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| country_name_uk | country | name |
|
|
| Foreign Keys (none) |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| sample_country_id_fkey | country | sample | country_id | country_id |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| diagramA |