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