Difference between revisions of "Public.resourcereference (table)"
(4 intermediate revisions by the same user not shown) | |||
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.resourcereference | | public.resourcereference | ||
− | |||
|} | |} | ||
− | + | === Columns === | |
{| 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" | ||
Line 15: | Line 14: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | ''' | + | | '''Description |
− | + | ||
− | + | |- valign="top" | |
− | |- | ||
| id | | id | ||
| integer | | integer | ||
| not null | | not null | ||
− | |||
− | |||
| | | | ||
− | |- | + | | |
+ | |- valign="top" | ||
| resourceid | | resourceid | ||
| varchar(255) | | varchar(255) | ||
Line 31: | Line 28: | ||
| | | | ||
| | | | ||
− | |||
|} | |} | ||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | pk_resourcereference_id | ||
+ | | id | ||
+ | |} | ||
+ | |||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Index | ||
+ | | '''Type | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | resourcereference_resourceid | ||
+ | | | ||
+ | | resourceid | ||
+ | |} | ||
+ | === Detail Tables === | ||
{| 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" | ||
Line 41: | Line 59: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.statisticsreportdata_(table)|public.statisticsreportdata]] | | [[public.statisticsreportdata_(table)|public.statisticsreportdata]] | ||
| id | | id | ||
| resourceid | | resourceid | ||
|} | |} |
Latest revision as of 10:25, 27 August 2011
wikibot[edit]
Table | public.resourcereference |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
resourceid | varchar(255) | not null |
Primary Key[edit]
Primary Key | Columns |
pk_resourcereference_id | id |
Indexes[edit]
Index | Type | Columns |
resourcereference_resourceid | resourceid |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
public.statisticsreportdata | id | resourceid |