merge in 5.25
[civicrm-core.git] / xml / schema / Core / AddressFormat.xml
CommitLineData
6a488035
TO
1<?xml version="1.0" encoding="iso-8859-1" ?>
2
3<table>
4 <base>CRM/Core</base>
5 <class>AddressFormat</class>
6 <name>civicrm_address_format</name>
7 <add>3.2</add>
8 <field>
8f069c03 9 <name>id</name>
fa6ace1a 10 <title>Address Format ID</title>
8f069c03
EM
11 <type>int unsigned</type>
12 <required>true</required>
13 <comment>Address Format Id</comment>
14 <add>3.2</add>
6a488035
TO
15 </field>
16 <primaryKey>
8f069c03
EM
17 <name>id</name>
18 <autoincrement>true</autoincrement>
6a488035
TO
19 </primaryKey>
20 <field>
8f069c03
EM
21 <name>format</name>
22 <title>Address Format</title>
23 <type>text</type>
24 <comment>The format of an address</comment>
25 <add>3.2</add>
6a488035
TO
26 </field>
27</table>