Merge pull request #538 from adamwight/list_fks
[civicrm-core.git] / xml / schema / Financial / EntityFinancialAccount.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Financial</base>
5 <class>EntityFinancialAccount</class>
6 <name>civicrm_entity_financial_account</name>
7 <add>4.3</add>
8 <comment>Map between an entity and a financial account, where there is a specific relationship between the financial account and the entity, e.g. Income Account for or AR Account for</comment>
9 <log>true</log>
10 <field>
11 <name>id</name>
12 <type>int unsigned</type>
13 <required>true</required>
14 <comment>ID</comment>
15 <add>4.3</add>
16 </field>
17 <primaryKey>
18 <name>id</name>
19 <autoincrement>true</autoincrement>
20 </primaryKey>
21 <field>
22 <name>entity_table</name>
23 <type>varchar</type>
24 <length>64</length>
25 <required>true</required>
26 <import>true</import>
27 <add>4.3</add>
28 <comment>Links to an entity_table like civicrm_financial_type</comment>
29 </field>
30 <field>
31 <name>entity_id</name>
32 <type>int unsigned</type>
33 <required>true</required>
34 <add>4.3</add>
35 <comment>Links to an id in the entity_table, such as vid in civicrm_financial_type</comment>
36 </field>
37 <dynamicForeignKey>
38 <idColumn>entity_id</idColumn>
39 <typeColumn>entity_table</typeColumn>
40 <add>4.3</add>
41 </dynamicForeignKey>
42 <field>
43 <name>account_relationship</name>
44 <type>int unsigned</type>
45 <required>true</required>
46 <add>4.3</add>
47 <comment>FK to a new civicrm_option_value (account_relationship)</comment>
48 </field>
49 <field>
50 <name>financial_account_id</name>
51 <type>int unsigned</type>
52 <required>true</required>
53 <add>4.3</add>
54 <comment>FK to the financial_account_id</comment>
55 </field>
56 <foreignKey>
57 <name>financial_account_id</name>
58 <table>civicrm_financial_account</table>
59 <key>id</key>
60 <add>4.3</add>
61 <onDelete>RESTRICT</onDelete>
62 </foreignKey>
63 </table>
64