CRM-13497 - Move rows and cols
[civicrm-core.git] / xml / schema / Friend / Friend.xml
CommitLineData
3c7d2158 1<?xml version="1.0" encoding="iso-8859-1" ?>
2
3<table>
4 <base>CRM/Friend</base>
5 <class>Friend</class>
6 <name>civicrm_tell_friend</name>
7 <add>2.0</add>
8 <field>
9 <name>id</name>
10 <type>int unsigned</type>
11 <required>true</required>
12 <comment>Friend ID</comment>
13 <add>2.0</add>
14 </field>
15 <primaryKey>
16 <name>id</name>
17 <autoincrement>true</autoincrement>
18 </primaryKey>
6a488035
TO
19 <field>
20 <name>entity_table</name>
21 <type>varchar</type>
22 <length>64</length>
23 <required>true</required>
24 <comment>Name of table where item being referenced is stored.</comment>
25 <add>2.0</add>
26 </field>
27 <field>
28 <name>entity_id</name>
29 <type>int unsigned</type>
30 <required>true</required>
31 <comment>Foreign key to the referenced item.</comment>
32 <add>2.0</add>
71e5aa5c
ARW
33 </field>
34 <dynamicForeignKey>
35 <idColumn>entity_id</idColumn>
36 <typeColumn>entity_table</typeColumn>
37 <add>2.0</add>
38 </dynamicForeignKey>
39 <field>
3c7d2158 40 <name>title</name>
6a488035
TO
41 <type>varchar</type>
42 <length>255</length>
43 <localizable>true</localizable>
3c7d2158 44 <add>2.0</add>
6a488035 45 </field>
3c7d2158 46 <field>
47 <name>intro</name>
48 <type>text</type>
6a488035 49 <localizable>true</localizable>
3c7d2158 50 <comment>Introductory message to contributor or participant displayed on the Tell a Friend form.</comment>
51 <add>2.0</add>
6a488035 52 </field>
3c7d2158 53 <field>
54 <name>suggested_message</name>
55 <type>text</type>
6a488035
TO
56 <localizable>true</localizable>
57 <comment>Suggested message to friends, provided as default on the Tell A Friend form.</comment>
3c7d2158 58 <add>2.0</add>
59 </field>
60 <field>
61 <name>general_link</name>
62 <type>varchar</type>
63 <length>255</length>
6a488035
TO
64 <import>true</import>
65 <comment>URL for general info about the organization - included in the email sent to friends.</comment>
3c7d2158 66 <add>2.0</add>
6a488035 67 </field>
3c7d2158 68 <field>
69 <name>thankyou_title</name>
70 <type>varchar</type>
71 <length>255</length>
6a488035
TO
72 <localizable>true</localizable>
73 <comment>Text for Tell a Friend thank you page header and HTML title.</comment>
3c7d2158 74 <add>2.0</add>
75 </field>
76 <field>
77 <name>thankyou_text</name>
78 <type>text</type>
6a488035
TO
79 <localizable>true</localizable>
80 <comment>Thank you message displayed on success page.</comment>
3c7d2158 81 <add>2.0</add>
82 </field>
83 <field>
84 <name>is_active</name>
85 <type>boolean</type>
86 <add>2.0</add>
87 </field>
6a488035 88</table>