Difference between revisions of "Public.pathoutage (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.pathoutage | | public.pathoutage | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| nodeid | | nodeid | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| criticalpathip | | criticalpathip | ||
| varchar(16) | | varchar(16) | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| criticalpathservicename | | criticalpathservicename | ||
| varchar(32) | | varchar(32) | ||
Line 44: | Line 42: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| pathoutage_nodeid | | pathoutage_nodeid | ||
| Unique | | Unique | ||
| nodeid | | nodeid | ||
− | |- | + | |- valign="top" |
| pathoutage_criticalpathip | | pathoutage_criticalpathip | ||
| | | | ||
| criticalpathip | | criticalpathip | ||
− | |- | + | |- valign="top" |
| pathoutage_criticalpathservicename_idx | | pathoutage_criticalpathservicename_idx | ||
| | | | ||
Line 65: | Line 63: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.node_(table)|public.node]] | | [[public.node_(table)|public.node]] | ||
| nodeid | | nodeid | ||
| nodeid | | nodeid | ||
|} | |} |
Revision as of 23:39, 24 June 2010
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_nodeid | Unique | nodeid |
pathoutage_criticalpathip | criticalpathip | |
pathoutage_criticalpathservicename_idx | criticalpathservicename |
Foreign Keys
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |