]> err.no Git - scalable-opengroupware.org/blob - SOGo/OGoContentStore/contact.ocs
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@900 d1b88da0-ebda-0310-925b-ed51d...
[scalable-opengroupware.org] / SOGo / OGoContentStore / contact.ocs
1 {
2   blobTablePattern  = "SOGo_$folderId$_blob";
3   quickTablePattern = "SOGo_$folderId$_quick";
4   extractorClassName= "OCSContactFieldExtractor";
5
6   fields = (
7     {
8       columnName = givenname;
9       sqlType    = "VARCHAR(256)";
10       allowsNull = YES;
11     },
12     {
13       columnName = cn;
14       sqlType    = "VARCHAR(256)";
15       allowsNull = YES;
16     },
17     {
18       columnName = sn;
19       sqlType    = "VARCHAR(256)";
20       allowsNull = YES;
21     },
22     {
23       columnName = l;
24       sqlType    = "VARCHAR(256)";
25       allowsNull = YES;
26     },
27     {
28       columnName = mail;
29       sqlType    = "VARCHAR(256)";
30       allowsNull = YES;
31     },
32     {
33       columnName = o;
34       sqlType    = "VARCHAR(256)";
35       allowsNull = YES;
36     },
37     {
38       columnName = ou;
39       sqlType    = "VARCHAR(256)";
40       allowsNull = YES;
41     },
42     {
43       columnName = telephoneNumber;
44       sqlType    = "VARCHAR(256)";
45       allowsNull = YES;
46     },
47   );
48 }