Difference between revisions of "Public.application service map (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.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_ifserviceid_idex | | appid_ifserviceid_idex | ||
| Unique | | Unique | ||
| appid, ifserviceid | | appid, ifserviceid | ||
− | |- | + | |- valign="top" |
| appid_idx | | appid_idx | ||
| | | | ||
| appid | | appid | ||
− | |- | + | |- 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 | ||
|} | |} |
Revision as of 23:38, 24 June 2010
Contents
wikibot
Table | public.application_service_map |
Columns
Column | Data Type | Nullable | Default | Description |
appid | integer | null | ||
ifserviceid | integer | null |
Indexes
Index | Type | Columns |
appid_ifserviceid_idex | Unique | appid, ifserviceid |
appid_idx | appid | |
ifserviceid_idx | ifserviceid |
Foreign Keys
Relation | Column | Referenced Column |
public.applications | appid | id |
public.ifservices | ifserviceid | id |