2020-05-02 / 2606阅 / 悠然
从数据库表中删除列(如果存在)。
(string)(Required)Table name
(string)(Required)Column name
(string)(Required)SQL statement to drop column.
(bool) True on success or if the column doesn't exist, false on failure.