sogo/OGoContentStore/appointment.ocs
dev-unix.inverse.qc.ca f18c764ffa see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89

Monotone-Author: dev-unix.inverse.qc.ca
Monotone-Date: 2006-06-15T19:34:10
Monotone-Branch: ca.inverse.sogo
2006-06-15 19:34:10 +00:00

99 lines
1.8 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 = NO;
},
{
columnName = enddate;
sqlType = "INT";
allowsNull = NO;
},
{
columnName = cylceenddate;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = title;
sqlType = "VARCHAR(1000)";
allowsNull = NO;
},
{
columnName = participants;
sqlType = "VARCHAR(1000000)";
allowsNull = NO;
},
{
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 = NO;
},
{
columnName = location;
sqlType = "VARCHAR(256)";
allowsNull = YES;
},
{
columnName = orgmail;
sqlType = "VARCHAR(256)";
allowsNull = YES;
},
{
columnName = partmails;
sqlType = "VARCHAR(100000)";
allowsNull = NO;
},
{
columnName = partstates;
sqlType = "VARCHAR(256)";
allowsNull = NO;
},
{
columnName = sequence;
sqlType = "INT";
allowsNull = YES;
},
);
}