sogo/OGoContentStore/appointment.ocs
Ludovic Marcotte 3178dcf914 Increased the c_cycleinfo column size
Monotone-Parent: 105b4d78ea10a9821986149f8e9f4e646deacb5b
Monotone-Revision: 8cb90e9b9131045b60db27358a0651385c689a42

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-09-03T18:00:05
Monotone-Branch: ca.inverse.sogo
2010-09-03 18:00:05 +00:00

120 lines
2.3 KiB
Plaintext

{
blobTablePattern = "SOGo_$folderId$_blob";
quickTablePattern = "SOGo_$folderId$_quick";
extractorClassName = "OCSiCalFieldExtractor";
fields = (
{
columnName = c_name;
sqlType = "VARCHAR(255)";
allowsNull = NO;
isPrimaryKey = YES;
},
{
columnName = c_uid;
sqlType = "VARCHAR(255)";
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(1000000)";
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(255)";
allowsNull = YES;
},
{
columnName = c_orgmail;
sqlType = "VARCHAR(255)";
allowsNull = YES;
},
{
columnName = c_partmails;
sqlType = "VARCHAR(100000)";
allowsNull = YES;
},
{
columnName = c_partstates;
sqlType = "VARCHAR(255)";
allowsNull = YES;
},
{
columnName = c_category;
sqlType = "VARCHAR(255)";
allowsNull = YES;
},
{
columnName = c_sequence;
sqlType = "INT";
allowsNull = YES;
},
{
columnName = c_component;
sqlType = "VARCHAR(10)";
allowsNull = NO;
},
{
columnName = c_nextalarm;
sqlType = "INT";
allowsNull = YES;
},
);
}