Difference between revisions of "Public.stpnode (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.stpnode |- |} {| border="1" cellpadding="5" cellspacing="0" style="bo...) |
|||
Line 20: | Line 20: | ||
|- | |- | ||
| nodeid | | nodeid | ||
− | | | + | | integer |
| not null | | not null | ||
| | | | ||
Line 27: | Line 27: | ||
|- | |- | ||
| basebridgeaddress | | basebridgeaddress | ||
− | | | + | | varchar(12) |
| not null | | not null | ||
| | | | ||
Line 34: | Line 34: | ||
|- | |- | ||
| basenumports | | basenumports | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
Line 41: | Line 41: | ||
|- | |- | ||
| basetype | | basetype | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
Line 48: | Line 48: | ||
|- | |- | ||
| stpprotocolspecification | | stpprotocolspecification | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
Line 55: | Line 55: | ||
|- | |- | ||
| stppriority | | stppriority | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
Line 62: | Line 62: | ||
|- | |- | ||
| stpdesignatedroot | | stpdesignatedroot | ||
− | | | + | | varchar(16) |
| null | | null | ||
| | | | ||
Line 69: | Line 69: | ||
|- | |- | ||
| stprootcost | | stprootcost | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
Line 76: | Line 76: | ||
|- | |- | ||
| stprootport | | stprootport | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
Line 83: | Line 83: | ||
|- | |- | ||
| status | | status | ||
− | | | + | | char(1) |
| not null | | not null | ||
| | | | ||
Line 90: | Line 90: | ||
|- | |- | ||
| lastpolltime | | lastpolltime | ||
− | | | + | | timestamp without time zone |
| not null | | not null | ||
| | | | ||
Line 97: | Line 97: | ||
|- | |- | ||
| basevlan | | basevlan | ||
− | | | + | | integer |
| not null | | not null | ||
| | | | ||
Line 104: | Line 104: | ||
|- | |- | ||
| basevlanname | | basevlanname | ||
− | | | + | | varchar(32) |
| null | | null | ||
| | | |
Revision as of 14:44, 7 August 2009
wikibot
Table | public.stpnode |
Column | Data Type | Nullable | Default | PK | Index |
nodeid | integer | not null | pk_stpnode | stpnode_nodeid_idx | |
basebridgeaddress | varchar(12) | not null | stpnode_basebridgeaddress_idx | ||
basenumports | integer | null | |||
basetype | integer | null | |||
stpprotocolspecification | integer | null | |||
stppriority | integer | null | |||
stpdesignatedroot | varchar(16) | null | stpnode_stpdesignatedroot_idx | ||
stprootcost | integer | null | |||
stprootport | integer | null | |||
status | char(1) | not null | |||
lastpolltime | timestamp without time zone | not null | |||
basevlan | integer | not null | pk_stpnode | ||
basevlanname | varchar(32) | null |
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |