Difference between revisions of "Public.servicemap (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.servicemap | | public.servicemap | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| ipaddr | | ipaddr | ||
| varchar(16) | | varchar(16) | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| servicemapname | | servicemapname | ||
| varchar(32) | | varchar(32) | ||
Line 38: | Line 36: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| servicemap_name_idx | | servicemap_name_idx | ||
| | | | ||
| servicemapname | | servicemapname | ||
− | |- | + | |- valign="top" |
| servicemap_ipaddr_idx | | servicemap_ipaddr_idx | ||
| | | | ||
| ipaddr | | ipaddr | ||
|} | |} |
Revision as of 23:39, 24 June 2010
wikibot
Table | public.servicemap |
Columns
Column | Data Type | Nullable | Default | Description |
ipaddr | varchar(16) | not null | ||
servicemapname | varchar(32) | not null |
Indexes
Index | Type | Columns |
servicemap_name_idx | servicemapname | |
servicemap_ipaddr_idx | ipaddr |