Solar_Sql_Adapter_Mysql::dropIndex()

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



Local