commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / xml / schema / Bridge / Role.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Bridge</base>
5 <class>Role</class>
6 <name>civicrm_bridge_role</name>
7 <comment>An FK table that links between civicrm group and drupal roles</comment>
8 <add>2.0</add>
9 <field>
10 <name>id</name>
11 <type>int unsigned</type>
12 <required>true</required>
13 <comment>Unique table ID</comment>
14 <add>2.0</add>
15 </field>
16 <primaryKey>
17 <name>id</name>
18 <autoincrement>true</autoincrement>
19 </primaryKey>
20 <field>
21 <name>drupal_role_id</name>
22 <type>int unsigned</type>
23 <comment>Foreign key to the drupal role.</comment>
24 <add>2.0</add>
25 </field>
26 <index>
27 <name>index_drupal_role_id</name>
28 <fieldName>index_drupal_role_id</fieldName>
29 <add>2.0</add>
30 </index>
31 <field>
32 <name>group_id</name>
33 <type>int unsigned</type>
34 <required>true</required>
35 <comment>FK to civicrm group.</comment>
36 <add>2.0</add>
37 <pseudoconstant>
38 <table>civicrm_group</table>
39 <keyColumn>id</keyColumn>
40 <labelColumn>title</labelColumn>
41 </pseudoconstant>
42 <html>
43 <type>Select</type>
44 </html>
45 </field>
46 <foreignKey>
47 <name>group_id</name>
48 <table>civicrm_group</table>
49 <key>id</key>
50 <add>2.0</add>
51 </foreignKey>
52 </table>