DatabaseSchema::dropPrimaryKey

7 schema.inc abstract public DatabaseSchema::dropPrimaryKey($table)

Drop the primary key.

Parameters

$table: The table to be altered.

Return value

TRUE if the primary key was successfully dropped, FALSE if there was no primary key on this table to begin with.

File

includes/database/schema.inc, line 513
Generic Database schema code.

Code

abstract public function dropPrimaryKey($table);
Login or register to post comments