public $migration = array( 'up' => array( 'drop_field' => array( 'products' => array('name', 'description',), ), ), 'down' => array( ), );