Previous Page
disconnect()

Solar_Sql_Adapter_Mysql
dropColumn()

Next Page
dropIndex()

dropColumn()

public mixed 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.