sogo/OGoContentStore/appointment.ocs
Wolfgang Sourdeau ac5e2c01e5 Monotone-Parent: 97ce26d79dbd73440edf73fd3ca208cc33e8cf92
Monotone-Revision: a013b757c3e011301e8ff9faf7e81d07584ea4cb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-11T18:21:49
Monotone-Branch: ca.inverse.sogo
2006-10-11 18:21:49 +00:00

104 lines
2 KiB
Plaintext

{
blobTablePattern = "SOGo_$folderId$_blob";
quickTablePattern = "SOGo_$folderId$_quick";
extractorClassName = "OCSiCalFieldExtractor";
fields = (
{
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 = YES;
},
{
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;
},
);
}