dropPrimaryKey() public method
Builds and executes a SQL statement for dropping a primary key.
public void dropPrimaryKey ( $name, $table ) | ||
---|---|---|
$name | string |
The name of the primary key constraint to be removed. |
$table | string |
The table that the primary key constraint will be removed from. |
Please login to continue.