Merge pull request #21944 from masetto/unit_plural
[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>
047c5009 13 <comment>Address Format ID</comment>
0481e12c
A
14 <html>
15 <type>Number</type>
16 </html>
8f069c03 17 <add>3.2</add>
6a488035
TO
18 </field>
19 <primaryKey>
8f069c03
EM
20 <name>id</name>
21 <autoincrement>true</autoincrement>
6a488035
TO
22 </primaryKey>
23 <field>
8f069c03
EM
24 <name>format</name>
25 <title>Address Format</title>
26 <type>text</type>
27 <comment>The format of an address</comment>
28 <add>3.2</add>
6a488035
TO
29 </field>
30</table>