Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
w_advertisement_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | now() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | now() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
name | varchar | 60 | null |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
help | varchar | 2000 | √ | null |
|
|
|||||
isselfservice | bpchar | 1 | 'N'::bpchar |
|
|
||||||
c_bpartner_id | numeric | 10 | null |
|
|
||||||
ad_user_id | numeric | 10 | √ | null |
|
|
|||||
w_clickcount_id | numeric | 10 | √ | null |
|
|
|||||
w_countercount_id | numeric | 10 | √ | null |
|
|
|||||
validfrom | timestamp | 29,6 | √ | null |
|
|
|||||
validto | timestamp | 29,6 | √ | null |
|
|
|||||
imageurl | varchar | 120 | √ | null |
|
|
|||||
adtext | varchar | 2000 | √ | null |
|
|
|||||
webparam1 | varchar | 2000 | √ | null |
|
|
|||||
webparam2 | varchar | 2000 | √ | null |
|
|
|||||
webparam3 | varchar | 2000 | √ | null |
|
|
|||||
webparam4 | varchar | 2000 | √ | null |
|
|
|||||
publishstatus | bpchar | 1 | null |
|
|
||||||
version | numeric | 10 | √ | null |
|
|
|||||
processing | bpchar | 1 | √ | null |
|
|
|||||
w_advertisement_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
w_advertisement_pkey | Primary key | Asc | w_advertisement_id |
w_advertisement_uu_idx | Must be unique | Asc | w_advertisement_uu |