sogo/OGoContentStore/appointment.ocs
Wolfgang Sourdeau 91f4814b93 Monotone-Parent: 873696f0482e8408c8fda6ce2156c1afc61c2e60
Monotone-Revision: 3328f2ce69441267c3e26760ff9d47e40742ed94

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-05T22:32:47
Monotone-Branch: ca.inverse.sogo
2007-03-05 22:32:47 +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 = 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 = 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;
},
);
}