Difference between revisions of "Public.applications (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.applications | | public.applications | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| id | | id | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| name | | name | ||
| varchar(32) | | varchar(32) | ||
Line 37: | Line 35: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| applications_pkey | | applications_pkey | ||
| id | | id | ||
Line 48: | Line 46: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| applications_name_idx | | applications_name_idx | ||
| Unique | | Unique | ||
Line 61: | Line 59: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.application_service_map_(table)|public.application_service_map]] | | [[public.application_service_map_(table)|public.application_service_map]] | ||
| id | | id | ||
| appid | | appid | ||
|} | |} |
Revision as of 23:38, 24 June 2010
wikibot
Table | public.applications |
Columns
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
name | varchar(32) | not null |
Primary Key
Primary Key | Columns |
applications_pkey | id |
Indexes
Index | Type | Columns |
applications_name_idx | Unique | name |
Detail Tables
Detail Table | Column | Referencing Column |
public.application_service_map | id | appid |