Merge pull request #17864 from colemanw/searchFix
[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>
14 <comment>Persistent Record Id</comment>
15 <add>3.2</add>
6a488035
TO
16 </field>
17 <primaryKey>
8f069c03
EM
18 <name>id</name>
19 <autoincrement>false</autoincrement>
6a488035
TO
20 </primaryKey>
21 <field>
8f069c03 22 <name>context</name>
f3ea5182 23 <title>Context</title>
8f069c03
EM
24 <type>varchar</type>
25 <length>255</length>
26 <comment>Context for which name data pair is to be stored</comment>
27 <required>true</required>
28 <add>3.2</add>
6a488035
TO
29 </field>
30 <field>
8f069c03 31 <name>name</name>
f3ea5182 32 <title>Name</title>
8f069c03
EM
33 <type>varchar</type>
34 <length>255</length>
35 <comment>Name of Context</comment>
36 <required>true</required>
37 <add>3.2</add>
6a488035
TO
38 </field>
39 <field>
8f069c03 40 <name>data</name>
f3ea5182 41 <title>Data</title>
8f069c03
EM
42 <type>longtext</type>
43 <comment>data associated with name</comment>
44 <add>3.2</add>
6a488035
TO
45 </field>
46 <field>
8f069c03 47 <name>is_config</name>
f3ea5182 48 <title>Is Configuration?</title>
8f069c03
EM
49 <type>boolean</type>
50 <default>0</default>
51 <comment>Config Settings</comment>
52 <required>true</required>
53 <add>3.2</add>
6a488035
TO
54 </field>
55</table>