-
Notifications
You must be signed in to change notification settings - Fork 0
/
ss
19 lines (18 loc) · 1.49 KB
/
ss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Table "public.campaign"
Column | Type | Modifiers | Storage | Description
-----------------+----------+-------------------------------------------------------+----------+-------------
id | bigint | not null default nextval('campaign_id_seq'::regclass) | plain |
sfid | text | | extended |
name | text | | extended |
startdate | date | | plain |
enddate | date | | plain |
description | text | | extended |
image__c | text | | extended |
campaignpage__c | text | | extended |
publishdate__c | date | | plain |
type | text | | extended |
status | text | | extended |
tsv | tsvector | | extended |
Indexes:
"campaign_pkey" PRIMARY KEY, btree (id)
Has OIDs: no