Solar_Sql_Adapter_MysqlReplicated::dropColumn()
public
mixed
Solar_Sql_Adapter_MysqlReplicated::dropColumn
( string $table
, string $name
)
Drops a column from a table in the database.
Inherited from Solar_Sql_Adapter.
Parameters
(string)
$table
: The table name.(string)
$name
: The column name to drop.
Returns
(mixed)
Description
Drops a column from a table in the database.