sogo/OGoContentStore/appointment.ocs
Ludovic Marcotte d1bbd65944 See ChangeLog
Monotone-Parent: ea7589320f5747a3bd1bbec33e1bd8776e4041db
Monotone-Revision: cc4b29880c63c661301ca909ec3695f67b0775dd

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-04-21T15:20:52
Monotone-Branch: ca.inverse.sogo
2009-04-21 15:20:52 +00:00

115 lines
2.2 KiB
Plaintext

{
blobTablePattern = "SOGo_$folderId$_blob";
quickTablePattern = "SOGo_$folderId$_quick";
extractorClassName = "OCSiCalFieldExtractor";
fields = (
{
columnName = c_name;
sqlType = "VARCHAR(256)";
allowsNull = NO;
isPrimaryKey = YES;
},
{
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;
},
{
columnName = c_nextalarm;
sqlType = "INT";
allowsNull = YES;
},
);
}