public function testGetCustomColumnDeclarationSql()
 {
     $field = array('columnDefinition' => 'MEDIUMINT(6) UNSIGNED');
     $this->assertEquals('foo MEDIUMINT(6) UNSIGNED', $this->_platform->getColumnDeclarationSQL('foo', $field));
 }