首页 WordPress函数大全 maybe_drop_column()

maybe_drop_column()

2020-05-02 / 2504阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

maybe_drop_column( string $table_name, string $column_name, string $drop_ddl )

从数据库表中删除列(如果存在)。

描述

参数

$table_name

(string)
(Required)
Table name

$column_name

(string)
(Required)
Column name

$drop_ddl

(string)
(Required)
SQL statement to drop column.

返回

(bool) True on success or if the column doesn't exist, false on failure.

大家谈论
    我的见解