diff --git a/OGoContentStore/appointment-oracle.ocs b/OGoContentStore/appointment-oracle.ocs index 1c7f51655..ae5ad88ad 100644 --- a/OGoContentStore/appointment-oracle.ocs +++ b/OGoContentStore/appointment-oracle.ocs @@ -52,7 +52,7 @@ }, { columnName = c_cycleinfo; - sqlType = "VARCHAR2(1000)"; + sqlType = "CLOB"; allowsNull = YES; }, { diff --git a/OGoContentStore/appointment.ocs b/OGoContentStore/appointment.ocs index d13fedad4..3ad87705a 100644 --- a/OGoContentStore/appointment.ocs +++ b/OGoContentStore/appointment.ocs @@ -52,7 +52,7 @@ }, { columnName = c_cycleinfo; - sqlType = "VARCHAR(1000)"; + sqlType = "VARCHAR(1000000)"; allowsNull = YES; }, {