Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.
ratajs edited this page Feb 27, 2017 · 1 revision

Drop

This method deletes a column in table. Synatexe:
$object->drop(string $table, string $name)
Object
- Object of extension.
Table
- Table name.
Name
- Name of column, which is going to be deleted.
Clone this wiki locally