dropColumn() public method
Builds and executes a SQL statement for dropping a DB column.
| public void dropColumn ( $table, $column ) | ||
|---|---|---|
| $table | string |
The table whose column is to be dropped. The name will be properly quoted by the method. |
| $column | string |
The name of the column to be dropped. The name will be properly quoted by the method. |
Please login to continue.