Previous Page
disconnect()

Solar_Sql_Adapter
dropColumn()

Next Page
dropIndex()

dropColumn()

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