Difference between revisions of "Public.resourcereference (table)"
Line 20: | Line 20: | ||
| integer | | integer | ||
| not null | | not null | ||
− | | | + | | |
| | | | ||
|- valign="top" | |- valign="top" | ||
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.resourcereference_(table)|public.resourcereference]] |
+ | | resourceid | ||
| id | | id | ||
− | |||
|} | |} |
Revision as of 10:10, 27 August 2011
wikibot
Table | public.resourcereference |
Columns
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
resourceid | varchar(255) | not null |
Primary Key
Primary Key | Columns |
pk_resourcereference_id | id |
Indexes
Index | Type | Columns |
resourcereference_resourceid | Unique | resourceid |
Foreign Keys
Relation | Column | Referenced Column |
public.resourcereference | resourceid | id |