sogo/OGoContentStore/appointment.ocs
Wolfgang Sourdeau ff11c1bfe4 Monotone-Parent: b6904285a3ff5bf86b7f88d154e2996c86c0124e
Monotone-Revision: c8aafc081b56ac07184d9161b10f7f392068fc71

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-09T21:18:41
Monotone-Branch: ca.inverse.sogo
2007-02-09 21:18:41 +00:00

109 lines
2 KiB
Plaintext

{
blobTablePattern = "SOGo_$folderId$_blob";
quickTablePattern = "SOGo_$folderId$_quick";
extractorClassName = "OCSiCalFieldExtractor";
fields = (
{
columnName = c_name;
sqlType = "VARCHAR(256)";
allowsNull = NO;
},
{
columnName = uid;
sqlType = "VARCHAR(256)";
allowsNull = NO;
},
{
columnName = startdate;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = enddate;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = cylceenddate;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = title;
sqlType = "VARCHAR(1000)";
allowsNull = NO;
},
{
columnName = participants;
sqlType = "VARCHAR(1000000)";
allowsNull = YES;
},
{
columnName = isallday;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = iscycle;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = cycleinfo;
sqlType = "VARCHAR(1000)";
allowsNull = YES;
},
{
columnName = ispublic;
sqlType = "INT";
allowsNull = NO;
},
{
columnName = isopaque;
sqlType = "INT";
allowsNull = NO;
},
{
columnName = status;
sqlType = "INT";
allowsNull = NO;
},
{
columnName = priority;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = location;
sqlType = "VARCHAR(256)";
allowsNull = YES;
},
{
columnName = orgmail;
sqlType = "VARCHAR(256)";
allowsNull = YES;
},
{
columnName = partmails;
sqlType = "VARCHAR(100000)";
allowsNull = YES;
},
{
columnName = partstates;
sqlType = "VARCHAR(256)";
allowsNull = YES;
},
{
columnName = sequence;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = component;
sqlType = "VARCHAR(10)";
allowsNull = NO;
},
);
}