Merged in bugfix/HOR-3295 (pull request #5751)
HOR-3295 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -75,11 +75,11 @@ class ListCanceledMapBuilder
|
||||
|
||||
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
|
||||
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, false, 255);
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, false, 255);
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, false, 255);
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_CANCELED_DATE', 'AppCanceledDate', 'int', CreoleTypes::TIMESTAMP, false, null);
|
||||
|
||||
|
||||
@@ -75,11 +75,11 @@ class ListCompletedMapBuilder
|
||||
|
||||
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
|
||||
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, false, 255);
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, false, 255);
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, false, 255);
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_CREATE_DATE', 'AppCreateDate', 'int', CreoleTypes::TIMESTAMP, false, null);
|
||||
|
||||
|
||||
@@ -79,11 +79,11 @@ class ListInboxMapBuilder
|
||||
|
||||
$tMap->addColumn('APP_STATUS', 'AppStatus', 'string', CreoleTypes::VARCHAR, false, 32);
|
||||
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, false, 255);
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, false, 255);
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, false, 255);
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_UPDATE_DATE', 'AppUpdateDate', 'int', CreoleTypes::TIMESTAMP, false, null);
|
||||
|
||||
|
||||
@@ -75,11 +75,11 @@ class ListMyInboxMapBuilder
|
||||
|
||||
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
|
||||
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_CREATE_DATE', 'AppCreateDate', 'int', CreoleTypes::TIMESTAMP, false, null);
|
||||
|
||||
|
||||
@@ -77,11 +77,11 @@ class ListParticipatedHistoryMapBuilder
|
||||
|
||||
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
|
||||
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('DEL_PREVIOUS_USR_UID', 'DelPreviousUsrUid', 'string', CreoleTypes::VARCHAR, false, 32);
|
||||
|
||||
|
||||
@@ -77,11 +77,11 @@ class ListParticipatedLastMapBuilder
|
||||
|
||||
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
|
||||
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_STATUS', 'AppStatus', 'string', CreoleTypes::VARCHAR, false, 20);
|
||||
|
||||
|
||||
@@ -77,11 +77,11 @@ class ListPausedMapBuilder
|
||||
|
||||
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
|
||||
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_PAUSED_DATE', 'AppPausedDate', 'int', CreoleTypes::TIMESTAMP, true, null);
|
||||
|
||||
|
||||
@@ -75,11 +75,11 @@ class ListUnassignedMapBuilder
|
||||
|
||||
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, true, null);
|
||||
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TITLE', 'AppTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_PRO_TITLE', 'AppProTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::VARCHAR, true, 255);
|
||||
$tMap->addColumn('APP_TAS_TITLE', 'AppTasTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
|
||||
|
||||
$tMap->addColumn('DEL_PREVIOUS_USR_USERNAME', 'DelPreviousUsrUsername', 'string', CreoleTypes::VARCHAR, false, 100);
|
||||
|
||||
|
||||
@@ -61,19 +61,19 @@ abstract class BaseListCanceled extends BaseObject implements Persistent
|
||||
* The value for the app_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_title = '';
|
||||
protected $app_title;
|
||||
|
||||
/**
|
||||
* The value for the app_pro_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_pro_title = '';
|
||||
protected $app_pro_title;
|
||||
|
||||
/**
|
||||
* The value for the app_tas_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_tas_title = '';
|
||||
protected $app_tas_title;
|
||||
|
||||
/**
|
||||
* The value for the app_canceled_date field.
|
||||
@@ -607,7 +607,7 @@ abstract class BaseListCanceled extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_title !== $v || $v === '') {
|
||||
if ($this->app_title !== $v) {
|
||||
$this->app_title = $v;
|
||||
$this->modifiedColumns[] = ListCanceledPeer::APP_TITLE;
|
||||
}
|
||||
@@ -629,7 +629,7 @@ abstract class BaseListCanceled extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_pro_title !== $v || $v === '') {
|
||||
if ($this->app_pro_title !== $v) {
|
||||
$this->app_pro_title = $v;
|
||||
$this->modifiedColumns[] = ListCanceledPeer::APP_PRO_TITLE;
|
||||
}
|
||||
@@ -651,7 +651,7 @@ abstract class BaseListCanceled extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_tas_title !== $v || $v === '') {
|
||||
if ($this->app_tas_title !== $v) {
|
||||
$this->app_tas_title = $v;
|
||||
$this->modifiedColumns[] = ListCanceledPeer::APP_TAS_TITLE;
|
||||
}
|
||||
|
||||
@@ -61,19 +61,19 @@ abstract class BaseListCompleted extends BaseObject implements Persistent
|
||||
* The value for the app_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_title = '';
|
||||
protected $app_title;
|
||||
|
||||
/**
|
||||
* The value for the app_pro_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_pro_title = '';
|
||||
protected $app_pro_title;
|
||||
|
||||
/**
|
||||
* The value for the app_tas_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_tas_title = '';
|
||||
protected $app_tas_title;
|
||||
|
||||
/**
|
||||
* The value for the app_create_date field.
|
||||
@@ -514,7 +514,7 @@ abstract class BaseListCompleted extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_title !== $v || $v === '') {
|
||||
if ($this->app_title !== $v) {
|
||||
$this->app_title = $v;
|
||||
$this->modifiedColumns[] = ListCompletedPeer::APP_TITLE;
|
||||
}
|
||||
@@ -536,7 +536,7 @@ abstract class BaseListCompleted extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_pro_title !== $v || $v === '') {
|
||||
if ($this->app_pro_title !== $v) {
|
||||
$this->app_pro_title = $v;
|
||||
$this->modifiedColumns[] = ListCompletedPeer::APP_PRO_TITLE;
|
||||
}
|
||||
@@ -558,7 +558,7 @@ abstract class BaseListCompleted extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_tas_title !== $v || $v === '') {
|
||||
if ($this->app_tas_title !== $v) {
|
||||
$this->app_tas_title = $v;
|
||||
$this->modifiedColumns[] = ListCompletedPeer::APP_TAS_TITLE;
|
||||
}
|
||||
|
||||
@@ -73,19 +73,19 @@ abstract class BaseListInbox extends BaseObject implements Persistent
|
||||
* The value for the app_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_title = '';
|
||||
protected $app_title;
|
||||
|
||||
/**
|
||||
* The value for the app_pro_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_pro_title = '';
|
||||
protected $app_pro_title;
|
||||
|
||||
/**
|
||||
* The value for the app_tas_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_tas_title = '';
|
||||
protected $app_tas_title;
|
||||
|
||||
/**
|
||||
* The value for the app_update_date field.
|
||||
@@ -723,7 +723,7 @@ abstract class BaseListInbox extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_title !== $v || $v === '') {
|
||||
if ($this->app_title !== $v) {
|
||||
$this->app_title = $v;
|
||||
$this->modifiedColumns[] = ListInboxPeer::APP_TITLE;
|
||||
}
|
||||
@@ -745,7 +745,7 @@ abstract class BaseListInbox extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_pro_title !== $v || $v === '') {
|
||||
if ($this->app_pro_title !== $v) {
|
||||
$this->app_pro_title = $v;
|
||||
$this->modifiedColumns[] = ListInboxPeer::APP_PRO_TITLE;
|
||||
}
|
||||
@@ -767,7 +767,7 @@ abstract class BaseListInbox extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_tas_title !== $v || $v === '') {
|
||||
if ($this->app_tas_title !== $v) {
|
||||
$this->app_tas_title = $v;
|
||||
$this->modifiedColumns[] = ListInboxPeer::APP_TAS_TITLE;
|
||||
}
|
||||
|
||||
@@ -61,19 +61,19 @@ abstract class BaseListMyInbox extends BaseObject implements Persistent
|
||||
* The value for the app_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_title = '';
|
||||
protected $app_title;
|
||||
|
||||
/**
|
||||
* The value for the app_pro_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_pro_title = '';
|
||||
protected $app_pro_title;
|
||||
|
||||
/**
|
||||
* The value for the app_tas_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_tas_title = '';
|
||||
protected $app_tas_title;
|
||||
|
||||
/**
|
||||
* The value for the app_create_date field.
|
||||
@@ -785,7 +785,7 @@ abstract class BaseListMyInbox extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_title !== $v || $v === '') {
|
||||
if ($this->app_title !== $v) {
|
||||
$this->app_title = $v;
|
||||
$this->modifiedColumns[] = ListMyInboxPeer::APP_TITLE;
|
||||
}
|
||||
@@ -807,7 +807,7 @@ abstract class BaseListMyInbox extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_pro_title !== $v || $v === '') {
|
||||
if ($this->app_pro_title !== $v) {
|
||||
$this->app_pro_title = $v;
|
||||
$this->modifiedColumns[] = ListMyInboxPeer::APP_PRO_TITLE;
|
||||
}
|
||||
@@ -829,7 +829,7 @@ abstract class BaseListMyInbox extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_tas_title !== $v || $v === '') {
|
||||
if ($this->app_tas_title !== $v) {
|
||||
$this->app_tas_title = $v;
|
||||
$this->modifiedColumns[] = ListMyInboxPeer::APP_TAS_TITLE;
|
||||
}
|
||||
|
||||
@@ -67,19 +67,19 @@ abstract class BaseListParticipatedHistory extends BaseObject implements Persist
|
||||
* The value for the app_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_title = '';
|
||||
protected $app_title;
|
||||
|
||||
/**
|
||||
* The value for the app_pro_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_pro_title = '';
|
||||
protected $app_pro_title;
|
||||
|
||||
/**
|
||||
* The value for the app_tas_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_tas_title = '';
|
||||
protected $app_tas_title;
|
||||
|
||||
/**
|
||||
* The value for the del_previous_usr_uid field.
|
||||
@@ -642,7 +642,7 @@ abstract class BaseListParticipatedHistory extends BaseObject implements Persist
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_title !== $v || $v === '') {
|
||||
if ($this->app_title !== $v) {
|
||||
$this->app_title = $v;
|
||||
$this->modifiedColumns[] = ListParticipatedHistoryPeer::APP_TITLE;
|
||||
}
|
||||
@@ -664,7 +664,7 @@ abstract class BaseListParticipatedHistory extends BaseObject implements Persist
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_pro_title !== $v || $v === '') {
|
||||
if ($this->app_pro_title !== $v) {
|
||||
$this->app_pro_title = $v;
|
||||
$this->modifiedColumns[] = ListParticipatedHistoryPeer::APP_PRO_TITLE;
|
||||
}
|
||||
@@ -686,7 +686,7 @@ abstract class BaseListParticipatedHistory extends BaseObject implements Persist
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_tas_title !== $v || $v === '') {
|
||||
if ($this->app_tas_title !== $v) {
|
||||
$this->app_tas_title = $v;
|
||||
$this->modifiedColumns[] = ListParticipatedHistoryPeer::APP_TAS_TITLE;
|
||||
}
|
||||
|
||||
@@ -67,19 +67,19 @@ abstract class BaseListParticipatedLast extends BaseObject implements Persistent
|
||||
* The value for the app_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_title = '';
|
||||
protected $app_title;
|
||||
|
||||
/**
|
||||
* The value for the app_pro_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_pro_title = '';
|
||||
protected $app_pro_title;
|
||||
|
||||
/**
|
||||
* The value for the app_tas_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_tas_title = '';
|
||||
protected $app_tas_title;
|
||||
|
||||
/**
|
||||
* The value for the app_status field.
|
||||
@@ -710,7 +710,7 @@ abstract class BaseListParticipatedLast extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_title !== $v || $v === '') {
|
||||
if ($this->app_title !== $v) {
|
||||
$this->app_title = $v;
|
||||
$this->modifiedColumns[] = ListParticipatedLastPeer::APP_TITLE;
|
||||
}
|
||||
@@ -732,7 +732,7 @@ abstract class BaseListParticipatedLast extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_pro_title !== $v || $v === '') {
|
||||
if ($this->app_pro_title !== $v) {
|
||||
$this->app_pro_title = $v;
|
||||
$this->modifiedColumns[] = ListParticipatedLastPeer::APP_PRO_TITLE;
|
||||
}
|
||||
@@ -754,7 +754,7 @@ abstract class BaseListParticipatedLast extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_tas_title !== $v || $v === '') {
|
||||
if ($this->app_tas_title !== $v) {
|
||||
$this->app_tas_title = $v;
|
||||
$this->modifiedColumns[] = ListParticipatedLastPeer::APP_TAS_TITLE;
|
||||
}
|
||||
|
||||
@@ -67,19 +67,19 @@ abstract class BaseListPaused extends BaseObject implements Persistent
|
||||
* The value for the app_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_title = '';
|
||||
protected $app_title;
|
||||
|
||||
/**
|
||||
* The value for the app_pro_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_pro_title = '';
|
||||
protected $app_pro_title;
|
||||
|
||||
/**
|
||||
* The value for the app_tas_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_tas_title = '';
|
||||
protected $app_tas_title;
|
||||
|
||||
/**
|
||||
* The value for the app_paused_date field.
|
||||
@@ -718,7 +718,7 @@ abstract class BaseListPaused extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_title !== $v || $v === '') {
|
||||
if ($this->app_title !== $v) {
|
||||
$this->app_title = $v;
|
||||
$this->modifiedColumns[] = ListPausedPeer::APP_TITLE;
|
||||
}
|
||||
@@ -740,7 +740,7 @@ abstract class BaseListPaused extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_pro_title !== $v || $v === '') {
|
||||
if ($this->app_pro_title !== $v) {
|
||||
$this->app_pro_title = $v;
|
||||
$this->modifiedColumns[] = ListPausedPeer::APP_PRO_TITLE;
|
||||
}
|
||||
@@ -762,7 +762,7 @@ abstract class BaseListPaused extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_tas_title !== $v || $v === '') {
|
||||
if ($this->app_tas_title !== $v) {
|
||||
$this->app_tas_title = $v;
|
||||
$this->modifiedColumns[] = ListPausedPeer::APP_TAS_TITLE;
|
||||
}
|
||||
|
||||
@@ -61,19 +61,19 @@ abstract class BaseListUnassigned extends BaseObject implements Persistent
|
||||
* The value for the app_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_title = '';
|
||||
protected $app_title;
|
||||
|
||||
/**
|
||||
* The value for the app_pro_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_pro_title = '';
|
||||
protected $app_pro_title;
|
||||
|
||||
/**
|
||||
* The value for the app_tas_title field.
|
||||
* @var string
|
||||
*/
|
||||
protected $app_tas_title = '';
|
||||
protected $app_tas_title;
|
||||
|
||||
/**
|
||||
* The value for the del_previous_usr_username field.
|
||||
@@ -535,7 +535,7 @@ abstract class BaseListUnassigned extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_title !== $v || $v === '') {
|
||||
if ($this->app_title !== $v) {
|
||||
$this->app_title = $v;
|
||||
$this->modifiedColumns[] = ListUnassignedPeer::APP_TITLE;
|
||||
}
|
||||
@@ -557,7 +557,7 @@ abstract class BaseListUnassigned extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_pro_title !== $v || $v === '') {
|
||||
if ($this->app_pro_title !== $v) {
|
||||
$this->app_pro_title = $v;
|
||||
$this->modifiedColumns[] = ListUnassignedPeer::APP_PRO_TITLE;
|
||||
}
|
||||
@@ -579,7 +579,7 @@ abstract class BaseListUnassigned extends BaseObject implements Persistent
|
||||
$v = (string) $v;
|
||||
}
|
||||
|
||||
if ($this->app_tas_title !== $v || $v === '') {
|
||||
if ($this->app_tas_title !== $v) {
|
||||
$this->app_tas_title = $v;
|
||||
$this->modifiedColumns[] = ListUnassignedPeer::APP_TAS_TITLE;
|
||||
}
|
||||
|
||||
@@ -4190,9 +4190,9 @@
|
||||
<column name="PRO_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="APP_NUMBER" type="INTEGER" required="true" default="0"/>
|
||||
<column name="APP_STATUS" type="VARCHAR" size="32" required="false" default="0"/>
|
||||
<column name="APP_TITLE" type="VARCHAR" size="255" required="false" default=""/>
|
||||
<column name="APP_PRO_TITLE" type="VARCHAR" size="255" required="false" default=""/>
|
||||
<column name="APP_TAS_TITLE" type="VARCHAR" size="255" required="false" default=""/>
|
||||
<column name="APP_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_PRO_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_TAS_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_UPDATE_DATE" type="TIMESTAMP" required="false"/>
|
||||
<column name="DEL_PREVIOUS_USR_UID" type="VARCHAR" size="32" default=""/>
|
||||
<column name="DEL_PREVIOUS_USR_USERNAME" type="VARCHAR" size="100" default=""/>
|
||||
@@ -4277,9 +4277,9 @@
|
||||
<column name="TAS_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="PRO_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="APP_NUMBER" type="INTEGER" required="true" default="0"/>
|
||||
<column name="APP_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_PRO_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TAS_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_PRO_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_TAS_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="DEL_PREVIOUS_USR_UID" type="VARCHAR" size="32" default=""/>
|
||||
<column name="DEL_PREVIOUS_USR_USERNAME" type="VARCHAR" size="100" default=""/>
|
||||
<column name="DEL_PREVIOUS_USR_FIRSTNAME" type="VARCHAR" size="50" default=""/>
|
||||
@@ -4341,9 +4341,9 @@
|
||||
<column name="TAS_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="PRO_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="APP_NUMBER" type="INTEGER" required="true" default="0"/>
|
||||
<column name="APP_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_PRO_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TAS_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_PRO_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_TAS_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_STATUS" type="VARCHAR" size="20" required="false" default="0"/>
|
||||
<column name="DEL_PREVIOUS_USR_UID" type="VARCHAR" size="32" default=""/>
|
||||
<column name="DEL_PREVIOUS_USR_USERNAME" type="VARCHAR" size="100" default=""/>
|
||||
@@ -4416,9 +4416,9 @@
|
||||
<column name="TAS_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="PRO_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="APP_NUMBER" type="INTEGER" required="true" default="0"/>
|
||||
<column name="APP_TITLE" type="VARCHAR" size="255" required="false" default=""/>
|
||||
<column name="APP_PRO_TITLE" type="VARCHAR" size="255" required="false" default=""/>
|
||||
<column name="APP_TAS_TITLE" type="VARCHAR" size="255" required="false" default=""/>
|
||||
<column name="APP_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_PRO_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_TAS_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_CREATE_DATE" type="TIMESTAMP" required="false"/>
|
||||
<column name="APP_FINISH_DATE" type="TIMESTAMP" required="false"/>
|
||||
<column name="DEL_INDEX" type="INTEGER" required="true" default="0"/>
|
||||
@@ -4475,9 +4475,9 @@
|
||||
<column name="TAS_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="PRO_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="APP_NUMBER" type="INTEGER" required="true" default="0"/>
|
||||
<column name="APP_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_PRO_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TAS_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_PRO_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_TAS_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_PAUSED_DATE" type="TIMESTAMP" required="true"/>
|
||||
<column name="APP_RESTART_DATE" type="TIMESTAMP" required="true"/>
|
||||
<column name="DEL_PREVIOUS_USR_UID" type="VARCHAR" size="32" default=""/>
|
||||
@@ -4539,9 +4539,9 @@
|
||||
<column name="TAS_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="PRO_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="APP_NUMBER" type="INTEGER" required="true" default="0"/>
|
||||
<column name="APP_TITLE" type="VARCHAR" size="255" required="false" default=""/>
|
||||
<column name="APP_PRO_TITLE" type="VARCHAR" size="255" required="false" default=""/>
|
||||
<column name="APP_TAS_TITLE" type="VARCHAR" size="255" required="false" default=""/>
|
||||
<column name="APP_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_PRO_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_TAS_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_CANCELED_DATE" type="TIMESTAMP" required="false"/>
|
||||
<column name="DEL_INDEX" type="INTEGER" required="true" default="0"/>
|
||||
<column name="DEL_PREVIOUS_USR_UID" type="VARCHAR" size="32" default=""/>
|
||||
@@ -4600,9 +4600,9 @@
|
||||
<column name="TAS_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="PRO_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="APP_NUMBER" type="INTEGER" required="true" default="0"/>
|
||||
<column name="APP_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_PRO_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TAS_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_PRO_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_TAS_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_CREATE_DATE" type="TIMESTAMP" required="false"/>
|
||||
<column name="APP_UPDATE_DATE" type="TIMESTAMP" required="false"/>
|
||||
<column name="APP_FINISH_DATE" type="TIMESTAMP" required="false"/>
|
||||
@@ -4660,9 +4660,9 @@
|
||||
<column name="TAS_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="PRO_UID" type="VARCHAR" size="32" required="true" default=""/>
|
||||
<column name="APP_NUMBER" type="INTEGER" required="true" default="0"/>
|
||||
<column name="APP_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_PRO_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TAS_TITLE" type="VARCHAR" size="255" required="true" default=""/>
|
||||
<column name="APP_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_PRO_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="APP_TAS_TITLE" type="LONGVARCHAR" required="false"/>
|
||||
<column name="DEL_PREVIOUS_USR_USERNAME" type="VARCHAR" size="100" default=""/>
|
||||
<column name="DEL_PREVIOUS_USR_FIRSTNAME" type="VARCHAR" size="50" default=""/>
|
||||
<column name="DEL_PREVIOUS_USR_LASTNAME" type="VARCHAR" size="50" default=""/>
|
||||
|
||||
@@ -2355,9 +2355,9 @@ CREATE TABLE `LIST_INBOX`
|
||||
`PRO_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`APP_NUMBER` INTEGER default 0 NOT NULL,
|
||||
`APP_STATUS` VARCHAR(32) default '0',
|
||||
`APP_TITLE` VARCHAR(255) default '',
|
||||
`APP_PRO_TITLE` VARCHAR(255) default '',
|
||||
`APP_TAS_TITLE` VARCHAR(255) default '',
|
||||
`APP_TITLE` MEDIUMTEXT,
|
||||
`APP_PRO_TITLE` MEDIUMTEXT,
|
||||
`APP_TAS_TITLE` MEDIUMTEXT,
|
||||
`APP_UPDATE_DATE` DATETIME,
|
||||
`DEL_PREVIOUS_USR_UID` VARCHAR(32) default '',
|
||||
`DEL_PREVIOUS_USR_USERNAME` VARCHAR(100) default '',
|
||||
@@ -2396,9 +2396,9 @@ CREATE TABLE `LIST_PARTICIPATED_HISTORY`
|
||||
`TAS_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`PRO_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`APP_NUMBER` INTEGER default 0 NOT NULL,
|
||||
`APP_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_PRO_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TAS_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TITLE` MEDIUMTEXT,
|
||||
`APP_PRO_TITLE` MEDIUMTEXT,
|
||||
`APP_TAS_TITLE` MEDIUMTEXT,
|
||||
`DEL_PREVIOUS_USR_UID` VARCHAR(32) default '',
|
||||
`DEL_PREVIOUS_USR_USERNAME` VARCHAR(100) default '',
|
||||
`DEL_PREVIOUS_USR_FIRSTNAME` VARCHAR(50) default '',
|
||||
@@ -2434,9 +2434,9 @@ CREATE TABLE `LIST_PARTICIPATED_LAST`
|
||||
`TAS_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`PRO_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`APP_NUMBER` INTEGER default 0 NOT NULL,
|
||||
`APP_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_PRO_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TAS_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TITLE` MEDIUMTEXT,
|
||||
`APP_PRO_TITLE` MEDIUMTEXT,
|
||||
`APP_TAS_TITLE` MEDIUMTEXT,
|
||||
`APP_STATUS` VARCHAR(20) default '0',
|
||||
`DEL_PREVIOUS_USR_UID` VARCHAR(32) default '',
|
||||
`DEL_PREVIOUS_USR_USERNAME` VARCHAR(100) default '',
|
||||
@@ -2476,9 +2476,9 @@ CREATE TABLE `LIST_COMPLETED`
|
||||
`TAS_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`PRO_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`APP_NUMBER` INTEGER default 0 NOT NULL,
|
||||
`APP_TITLE` VARCHAR(255) default '',
|
||||
`APP_PRO_TITLE` VARCHAR(255) default '',
|
||||
`APP_TAS_TITLE` VARCHAR(255) default '',
|
||||
`APP_TITLE` MEDIUMTEXT,
|
||||
`APP_PRO_TITLE` MEDIUMTEXT,
|
||||
`APP_TAS_TITLE` MEDIUMTEXT,
|
||||
`APP_CREATE_DATE` DATETIME,
|
||||
`APP_FINISH_DATE` DATETIME,
|
||||
`DEL_INDEX` INTEGER default 0 NOT NULL,
|
||||
@@ -2510,9 +2510,9 @@ CREATE TABLE `LIST_PAUSED`
|
||||
`TAS_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`PRO_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`APP_NUMBER` INTEGER default 0 NOT NULL,
|
||||
`APP_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_PRO_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TAS_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TITLE` MEDIUMTEXT,
|
||||
`APP_PRO_TITLE` MEDIUMTEXT,
|
||||
`APP_TAS_TITLE` MEDIUMTEXT,
|
||||
`APP_PAUSED_DATE` DATETIME NOT NULL,
|
||||
`APP_RESTART_DATE` DATETIME NOT NULL,
|
||||
`DEL_PREVIOUS_USR_UID` VARCHAR(32) default '',
|
||||
@@ -2549,9 +2549,9 @@ CREATE TABLE `LIST_CANCELED`
|
||||
`TAS_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`PRO_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`APP_NUMBER` INTEGER default 0 NOT NULL,
|
||||
`APP_TITLE` VARCHAR(255) default '',
|
||||
`APP_PRO_TITLE` VARCHAR(255) default '',
|
||||
`APP_TAS_TITLE` VARCHAR(255) default '',
|
||||
`APP_TITLE` MEDIUMTEXT,
|
||||
`APP_PRO_TITLE` MEDIUMTEXT,
|
||||
`APP_TAS_TITLE` MEDIUMTEXT,
|
||||
`APP_CANCELED_DATE` DATETIME,
|
||||
`DEL_INDEX` INTEGER default 0 NOT NULL,
|
||||
`DEL_PREVIOUS_USR_UID` VARCHAR(32) default '',
|
||||
@@ -2585,9 +2585,9 @@ CREATE TABLE `LIST_MY_INBOX`
|
||||
`TAS_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`PRO_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`APP_NUMBER` INTEGER default 0 NOT NULL,
|
||||
`APP_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_PRO_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TAS_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TITLE` MEDIUMTEXT,
|
||||
`APP_PRO_TITLE` MEDIUMTEXT,
|
||||
`APP_TAS_TITLE` MEDIUMTEXT,
|
||||
`APP_CREATE_DATE` DATETIME,
|
||||
`APP_UPDATE_DATE` DATETIME,
|
||||
`APP_FINISH_DATE` DATETIME,
|
||||
@@ -2628,9 +2628,9 @@ CREATE TABLE `LIST_UNASSIGNED`
|
||||
`TAS_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`PRO_UID` VARCHAR(32) default '' NOT NULL,
|
||||
`APP_NUMBER` INTEGER default 0 NOT NULL,
|
||||
`APP_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_PRO_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TAS_TITLE` VARCHAR(255) default '' NOT NULL,
|
||||
`APP_TITLE` MEDIUMTEXT,
|
||||
`APP_PRO_TITLE` MEDIUMTEXT,
|
||||
`APP_TAS_TITLE` MEDIUMTEXT,
|
||||
`DEL_PREVIOUS_USR_USERNAME` VARCHAR(100) default '',
|
||||
`DEL_PREVIOUS_USR_FIRSTNAME` VARCHAR(50) default '',
|
||||
`DEL_PREVIOUS_USR_LASTNAME` VARCHAR(50) default '',
|
||||
|
||||
Reference in New Issue
Block a user