Solar_Sql_Adapter::dropColumn()

public mixed Solar_Sql_Adapter::dropColumn ( string $table , string $name )

Drops a column from a table in the database.

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.



Local