commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / xml / schema / Mailing / Spool.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Mailing</base>
5 <class>Spool</class>
6 <name>civicrm_mailing_spool</name>
7 <comment>Stores the outbond mails</comment>
8 <field>
9 <name>id</name>
10 <type>int unsigned</type>
11 <required>true</required>
12 </field>
13 <primaryKey>
14 <name>id</name>
15 <autoincrement>true</autoincrement>
16 </primaryKey>
17 <field>
18 <name>job_id</name>
19 <type>int unsigned</type>
20 <required>true</required>
21 <comment>The ID of the Job .</comment>
22 </field>
23 <foreignKey>
24 <name>job_id</name>
25 <table>civicrm_mailing_job</table>
26 <key>id</key>
27 <onDelete>CASCADE</onDelete>
28 </foreignKey>
29 <field>
30 <name>recipient_email</name>
31 <type>text</type>
32 <comment>The email of the receipients this mail is to be sent.</comment>
33 </field>
34 <field>
35 <name>headers</name>
36 <type>text</type>
37 <comment>The header information of this mailing .</comment>
38 </field>
39 <field>
40 <name>body</name>
41 <type>text</type>
42 <comment>The body of this mailing.</comment>
43 </field>
44 <field>
45 <name>added_at</name>
46 <type>datetime</type>
47 <comment>date on which this job was added.</comment>
48 </field>
49 <field>
50 <name>removed_at</name>
51 <type>datetime</type>
52 <comment>date on which this job was removed.</comment>
53 </field>
54 </table>