sogo/OGoContentStore/appointment.ocs
Wolfgang Sourdeau 86dd4e951a Monotone-Parent: f5b3a74da57b343e78f1c59b05c8bfaaa7cfb058
Monotone-Revision: 08b4d9cc0e0c16278d6212f7b7162bddfa4d3bb7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-24T18:41:28
Monotone-Branch: ca.inverse.sogo
2007-07-24 18:41:28 +00:00

109 lines
2.1 KiB
Plaintext

{
blobTablePattern = "SOGo_$folderId$_blob";
quickTablePattern = "SOGo_$folderId$_quick";
extractorClassName = "OCSiCalFieldExtractor";
fields = (
{
columnName = c_name;
sqlType = "VARCHAR(256)";
allowsNull = NO;
},
{
columnName = c_uid;
sqlType = "VARCHAR(256)";
allowsNull = NO;
},
{
columnName = c_startdate;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = c_enddate;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = c_cycleenddate;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = c_title;
sqlType = "VARCHAR(1000)";
allowsNull = NO;
},
{
columnName = c_participants;
sqlType = "VARCHAR(1000000)";
allowsNull = YES;
},
{
columnName = c_isallday;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = c_iscycle;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = c_cycleinfo;
sqlType = "VARCHAR(1000)";
allowsNull = YES;
},
{
columnName = c_classification;
sqlType = "INT";
allowsNull = NO;
},
{
columnName = c_isopaque;
sqlType = "INT";
allowsNull = NO;
},
{
columnName = c_status;
sqlType = "INT";
allowsNull = NO;
},
{
columnName = c_priority;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = c_location;
sqlType = "VARCHAR(256)";
allowsNull = YES;
},
{
columnName = c_orgmail;
sqlType = "VARCHAR(256)";
allowsNull = YES;
},
{
columnName = c_partmails;
sqlType = "VARCHAR(100000)";
allowsNull = YES;
},
{
columnName = c_partstates;
sqlType = "VARCHAR(256)";
allowsNull = YES;
},
{
columnName = c_sequence;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = c_component;
sqlType = "VARCHAR(10)";
allowsNull = NO;
},
);
}