commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / xml / schema / Mailing / TrackableURL.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Mailing</base>
5 <class>TrackableURL</class>
6 <name>civicrm_mailing_trackable_url</name>
7 <comment>Stores URLs for which we should track click-throughs from mailings</comment>
8 <archive>true</archive>
9 <field>
10 <name>id</name>
11 <type>int unsigned</type>
12 <required>true</required>
13 </field>
14 <primaryKey>
15 <name>id</name>
16 <autoincrement>true</autoincrement>
17 </primaryKey>
18 <field>
19 <name>url</name>
20 <type>text</type>
21 <required>true</required>
22 <comment>The URL to be tracked.</comment>
23 </field>
24 <field>
25 <name>mailing_id</name>
26 <type>int unsigned</type>
27 <required>true</required>
28 <comment>FK to the mailing</comment>
29 </field>
30 <foreignKey>
31 <name>mailing_id</name>
32 <table>civicrm_mailing</table>
33 <key>id</key>
34 <onDelete>CASCADE</onDelete>
35 </foreignKey>
36 </table>