Difference between revisions of "Public.application service map (table)"
Line 37: | Line 37: | ||
| '''Columns | | '''Columns | ||
+ | |- valign="top" | ||
+ | | appid_idx | ||
+ | | | ||
+ | | appid | ||
|- valign="top" | |- valign="top" | ||
| appid_ifserviceid_idex | | appid_ifserviceid_idex | ||
| Unique | | Unique | ||
| appid, ifserviceid | | appid, ifserviceid | ||
− | |||
− | |||
− | |||
− | |||
|- valign="top" | |- valign="top" | ||
| ifserviceid_idx | | ifserviceid_idx |
Revision as of 10:09, 27 August 2011
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_idx | appid | |
appid_ifserviceid_idex | Unique | appid, ifserviceid |
ifserviceid_idx | ifserviceid |
Foreign Keys
Relation | Column | Referenced Column |
public.applications | appid | id |
public.ifservices | ifserviceid | id |