sogo/OGoContentStore/appointment.ocs
Wolfgang Sourdeau ee01f06396 Monotone-Parent: 5adace9fdd4a3bea534e57e39dcd9946d929292a
Monotone-Revision: ffcd574646dd54d9748ba8f405a72c3ea2875213

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-03T15:53:15
Monotone-Branch: ca.inverse.sogo
2007-07-03 15:53:15 +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 = uid;
sqlType = "VARCHAR(256)";
allowsNull = NO;
},
{
columnName = startdate;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = enddate;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = cycleenddate;
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 = classification;
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;
},
);
}