Merge pull request #23210 from eileenmcnaughton/cancel
[civicrm-core.git] / xml / schema / Core / Persistent.xml
CommitLineData
6a488035
TO
1<?xml version="1.0" encoding="iso-8859-1" ?>
2<table>
3 <base>CRM/Core</base>
4 <class>Persistent</class>
5 <name>civicrm_persistent</name>
6 <comment>DB Template Customization strings</comment>
7 <add>3.2</add>
f37c24eb 8 <drop>5.20</drop>
6a488035 9 <field>
8f069c03 10 <name>id</name>
f3ea5182 11 <title>Persistent ID</title>
8f069c03
EM
12 <type>int unsigned</type>
13 <required>true</required>
047c5009 14 <comment>Persistent Record ID</comment>
0481e12c
A
15 <html>
16 <type>Number</type>
17 </html>
8f069c03 18 <add>3.2</add>
6a488035
TO
19 </field>
20 <primaryKey>
8f069c03
EM
21 <name>id</name>
22 <autoincrement>false</autoincrement>
6a488035
TO
23 </primaryKey>
24 <field>
8f069c03 25 <name>context</name>
f3ea5182 26 <title>Context</title>
8f069c03
EM
27 <type>varchar</type>
28 <length>255</length>
29 <comment>Context for which name data pair is to be stored</comment>
30 <required>true</required>
31 <add>3.2</add>
6a488035
TO
32 </field>
33 <field>
8f069c03 34 <name>name</name>
f3ea5182 35 <title>Name</title>
8f069c03
EM
36 <type>varchar</type>
37 <length>255</length>
38 <comment>Name of Context</comment>
39 <required>true</required>
40 <add>3.2</add>
6a488035
TO
41 </field>
42 <field>
8f069c03 43 <name>data</name>
f3ea5182 44 <title>Data</title>
8f069c03
EM
45 <type>longtext</type>
46 <comment>data associated with name</comment>
47 <add>3.2</add>
6a488035
TO
48 </field>
49 <field>
8f069c03 50 <name>is_config</name>
f3ea5182 51 <title>Is Configuration?</title>
8f069c03
EM
52 <type>boolean</type>
53 <default>0</default>
54 <comment>Config Settings</comment>
55 <required>true</required>
56 <add>3.2</add>
6a488035
TO
57 </field>
58</table>