Class FixConfigurationKeysPrimaryKey
- CakeMigration
-
FixConfigurationKeysPrimaryKey
public
boolean
|
|
public
boolean
|
public
string
|
$description | '' |
#
Migration description |
public
array
|
$migration | array(
'up' => array(
'alter_field' => array(
'configuration_keys' => array(
'id' => array('key' => 'primary'),
'name' => array('key' => ''),
)
),
),
'down' => array(
'alter_field' => array(
'configuration_keys' => array(
'id' => array('key' => 'primary'),
'name' => array('key' => 'primary'),
)
),
),
) |
#
Actions to be performed |