Previous Page
dropColumn()

Solar_Sql_Adapter_Sqlite
dropIndex()

Next Page
dropSequence()

dropIndex()

public mixed dropIndex ( string $table, string $name )

Drops an index from a table in the database.

Inherited from Solar_Sql_Adapter.

Parameters

  • (string) $table: The table name.
  • (string) $name: The index name to drop.

Returns

  • (mixed)

Description

Drops an index from a table in the database.