Difference between revisions of "Public.applications (table)"
Line 53: | Line 53: | ||
|} | |} | ||
− | === | + | === 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" | ||
− | | ''' | + | | '''Relation |
| '''Column | | '''Column | ||
− | | ''' | + | | '''Referenced Column |
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.applications_(table)|public.applications]] |
+ | | appid | ||
| id | | id | ||
− | |||
|} | |} |
Revision as of 10:09, 27 August 2011
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 |
Foreign Keys
Relation | Column | Referenced Column |
public.applications | appid | id |