Difference between revisions of "Public.pathoutage (table)"
(One intermediate revision by the same user not shown) | |||
Line 43: | Line 43: | ||
| '''Columns | | '''Columns | ||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| pathoutage_criticalpathip | | pathoutage_criticalpathip | ||
Line 55: | Line 51: | ||
| | | | ||
| criticalpathservicename | | criticalpathservicename | ||
+ | |- valign="top" | ||
+ | | pathoutage_nodeid | ||
+ | | | ||
+ | | nodeid | ||
|} | |} | ||
Latest revision as of 10:19, 27 August 2011
Contents
wikibot[edit]
Table | public.pathoutage |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
nodeid | integer | null | ||
criticalpathip | varchar(16) | not null | ||
criticalpathservicename | varchar(32) | null |
Indexes[edit]
Index | Type | Columns |
pathoutage_criticalpathip | criticalpathip | |
pathoutage_criticalpathservicename_idx | criticalpathservicename | |
pathoutage_nodeid | nodeid |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |