Difference between revisions of "Public.application service map (table)"
(2 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 === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| appid | | appid | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| ifserviceid | | ifserviceid | ||
| integer | | integer | ||
Line 38: | Line 36: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | + | |- valign="top" | |
− | |||
− | |||
− | |||
− | |- | ||
| appid_idx | | appid_idx | ||
| | | | ||
| appid | | appid | ||
− | |- | + | |- valign="top" |
+ | | appid_ifserviceid_idex | ||
+ | | | ||
+ | | appid, ifserviceid | ||
+ | |- valign="top" | ||
| ifserviceid_idx | | ifserviceid_idx | ||
| | | | ||
Line 59: | 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 |