Difference between revisions of "Public.pathoutage (table)"
Line 53: | Line 53: | ||
|- valign="top" | |- valign="top" | ||
| pathoutage_nodeid | | pathoutage_nodeid | ||
− | | | + | | |
| 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 |