Difference between revisions of "Public.application service map (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.application_service_map |- |} {| border="1" cellpadding="5" cellspaci...) |
|||
(4 intermediate revisions by the same user not shown) | |||
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.application_service_map | | public.application_service_map | ||
− | |||
|} | |} | ||
− | + | === Columns === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 15: | Line 14: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | ''' | + | | '''Description |
− | + | ||
− | + | |- valign="top" | |
− | |- | ||
| appid | | appid | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| ifserviceid | | ifserviceid | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
− | |||
|} | |} | ||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Index | ||
+ | | '''Type | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | appid_idx | ||
+ | | | ||
+ | | appid | ||
+ | |- valign="top" | ||
+ | | appid_ifserviceid_idex | ||
+ | | | ||
+ | | appid, ifserviceid | ||
+ | |- valign="top" | ||
+ | | ifserviceid_idx | ||
+ | | | ||
+ | | ifserviceid | ||
+ | |} | ||
+ | === Foreign Keys === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 41: | Line 57: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.applications_(table)|public.applications]] | | [[public.applications_(table)|public.applications]] | ||
| appid | | appid | ||
| id | | id | ||
− | |- | + | |- valign="top" |
| [[public.ifservices_(table)|public.ifservices]] | | [[public.ifservices_(table)|public.ifservices]] | ||
| ifserviceid | | ifserviceid | ||
| id | | id | ||
|} | |} |
Latest revision as of 10:19, 27 August 2011
Contents
wikibot[edit]
Table | public.application_service_map |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
appid | integer | null | ||
ifserviceid | integer | null |
Indexes[edit]
Index | Type | Columns |
appid_idx | appid | |
appid_ifserviceid_idex | appid, ifserviceid | |
ifserviceid_idx | ifserviceid |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.applications | appid | id |
public.ifservices | ifserviceid | id |