Massmail queue
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
id | integer | not null default nextval(('"massmail_queue_id_seq"'::text)::regclass) |
type | character varying(8) | not null |
subject | text | not null |
message | text | not null |
queued_date | integer | not null |
last_userid | integer | not null default 0 |
failed_date | integer | not null default 0 |
finished_date | integer | not null default 0 |
Indexes: massmail_queue_pkey primary key btree (id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)