CREATE TABLE acs_mail_lite_complex_queue (
id integer PRIMARY KEY NOT NULL,
creation_date text(-5),
locking_server text(-5),
to_party_ids text(-5),
cc_party_ids text(-5),
bcc_party_ids text(-5),
to_group_ids text(-5),
cc_group_ids text(-5),
bcc_group_ids text(-5),
to_addr text(-5),
cc_addr text(-5),
bcc_addr text(-5),
from_addr text(-5),
reply_to text(-5),
subject text(-5),
body text(-5),
package_id integer,
files text(-5),
file_ids text(-5),
folder_ids text(-5),
mime_type text(-5),
object_id integer,
single_email_p bool,
no_callback_p bool,
extraheaders text(-5),
alternative_part_p bool,
use_sender_p bool
);
-- Table size: 0 bytes
-- Table rows: 0
Tables: