Difference between revisions of "Public.pathoutage (table)"
Line 43: | Line 43: | ||
| '''Columns | | '''Columns | ||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| pathoutage_criticalpathip | | pathoutage_criticalpathip | ||
Line 55: | Line 51: | ||
| | | | ||
| criticalpathservicename | | criticalpathservicename | ||
+ | |- valign="top" | ||
+ | | pathoutage_nodeid | ||
+ | | Unique | ||
+ | | nodeid | ||
|} | |} | ||
Revision as of 10:09, 27 August 2011
Contents
wikibot
Table | public.pathoutage |
Columns
Column | Data Type | Nullable | Default | Description |
nodeid | integer | null | ||
criticalpathip | varchar(16) | not null | ||
criticalpathservicename | varchar(32) | null |
Indexes
Index | Type | Columns |
pathoutage_criticalpathip | criticalpathip | |
pathoutage_criticalpathservicename_idx | criticalpathservicename | |
pathoutage_nodeid | Unique | nodeid |
Foreign Keys
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |