Drop the primary key.
$table: The table to be altered.
TRUE if the primary key was successfully dropped, FALSE if there was no primary key on this table to begin with.
public abstract function dropPrimaryKey($table);