	public $migration = array(
		'up' => array(
			'drop_table' => array(
				'products'
			),
		),
		'down' => array(
		),
	);