Difference between revisions of "Public.atinterface (table)"
Line 20: | Line 20: | ||
| integer | | integer | ||
| not null | | not null | ||
− | | | + | | |
| | | | ||
|- valign="top" | |- valign="top" | ||
Line 83: | Line 83: | ||
| '''Columns | | '''Columns | ||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| atinterface_atphysaddr_idx | | atinterface_atphysaddr_idx | ||
Line 95: | Line 91: | ||
| | | | ||
| nodeid, ipaddr | | nodeid, ipaddr | ||
+ | |- valign="top" | ||
+ | | atinterface_nodeid_idx | ||
+ | | | ||
+ | | nodeid | ||
|} | |} | ||
Latest revision as of 10:09, 27 August 2011
wikibot[edit]
Table | public.atinterface |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
nodeid | integer | not null | ||
ipaddr | varchar(16) | not null | ||
atphysaddr | varchar(12) | not null | ||
status | char(1) | not null | ||
sourcenodeid | integer | not null | ||
ifindex | integer | not null | ||
lastpolltime | timestamp without time zone | not null |
Primary Key[edit]
Primary Key | Columns |
pk_atinterface | nodeid, ipaddr, atphysaddr |
Indexes[edit]
Index | Type | Columns |
atinterface_atphysaddr_idx | atphysaddr | |
atinterface_node_ipaddr_idx | nodeid, ipaddr | |
atinterface_nodeid_idx | nodeid |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |