Deletes several columns by name in every row.
public deleteColumns ( array $names, boolean $deleteRecursiveInSubtables = false ) | ||
$names | array | List of column names to delete. |
$deleteRecursiveInSubtables | boolean | Whether to apply this change to all subtables or not. |