Class AddCurrentPidToSchedulingShellCallLogs
- CakeMigration
-
AddCurrentPidToSchedulingShellCallLogs
public
boolean
|
|
public
boolean
|
public
string
|
$description | '' |
#
Migration description |
public
array
|
$migration | array(
'up' => array(
'create_field' => array(
'scheduling_shell_call_logs' => array(
'current_pid' => array('type' => 'integer', 'null' => true, 'default' => NULL),
),
),
),
'down' => array(
'drop_field' => array(
'scheduling_shell_call_logs' => array(
'current_pid',
),
),
),
) |
#
Actions to be performed |