Schema::dropUniqueKey

public Schema::dropUniqueKey($table, $name) Drop a unique key. Parameters $table: The table to be altered. $name: The name of the key. Return value TRUE if the key was successfully dropped, FALSE if there was no key by that name to begin with. Overrides Schema::dropUniqueKey File core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php, line 649 Class Schema SQLite implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\sqlite Code public function dropUniq

Schema::dropUniqueKey

public Schema::dropUniqueKey($table, $name) Drop a unique key. Parameters $table: The table to be altered. $name: The name of the key. Return value TRUE if the key was successfully dropped, FALSE if there was no key by that name to begin with. Overrides Schema::dropUniqueKey File core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 488 Class Schema MySQL implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\mysql Code public function dropUniqueK

Schema::dropUniqueKey

abstract public Schema::dropUniqueKey($table, $name) Drop a unique key. Parameters $table: The table to be altered. $name: The name of the key. Return value TRUE if the key was successfully dropped, FALSE if there was no key by that name to begin with. File core/lib/Drupal/Core/Database/Schema.php, line 436 Class Schema Provides a base implementation for Database Schema. Namespace Drupal\Core\Database Code abstract public function dropUniqueKey($table, $name);

Schema::dropTable

public Schema::dropTable($table) Drop a table. Parameters $table: The table to be dropped. Return value TRUE if the table was successfully dropped, FALSE if there was no table by that name to begin with. Overrides Schema::dropTable File core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php, line 503 Class Schema PostgreSQL implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\pgsql Code public function dropTable($table) { if (!$this->tableExists($

Schema::dropTable

public Schema::dropTable($table) Drop a table. Parameters $table: The table to be dropped. Return value TRUE if the table was successfully dropped, FALSE if there was no table by that name to begin with. Overrides Schema::dropTable File core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php, line 287 Class Schema SQLite implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\sqlite Code public function dropTable($table) { if (!$this->tableExists($ta

Schema::dropTable

public Schema::dropTable($table) Drop a table. Parameters $table: The table to be dropped. Return value TRUE if the table was successfully dropped, FALSE if there was no table by that name to begin with. Overrides Schema::dropTable File core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 381 Class Schema MySQL implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\mysql Code public function dropTable($table) { if (!$this->tableExists($table

Schema::dropTable

abstract public Schema::dropTable($table) Drop a table. Parameters $table: The table to be dropped. Return value TRUE if the table was successfully dropped, FALSE if there was no table by that name to begin with. File core/lib/Drupal/Core/Database/Schema.php, line 293 Class Schema Provides a base implementation for Database Schema. Namespace Drupal\Core\Database Code abstract public function dropTable($table);

Schema::dropPrimaryKey

public Schema::dropPrimaryKey($table) Drop the primary key. Parameters $table: The table to be altered. Return value TRUE if the primary key was successfully dropped, FALSE if there was no primary key on this table to begin with. Overrides Schema::dropPrimaryKey File core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php, line 632 Class Schema PostgreSQL implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\pgsql Code public function dropPrimaryKey($tab

Schema::dropPrimaryKey

public Schema::dropPrimaryKey($table) Drop the primary key. Parameters $table: The table to be altered. Return value TRUE if the primary key was successfully dropped, FALSE if there was no primary key on this table to begin with. Overrides Schema::dropPrimaryKey File core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php, line 676 Class Schema SQLite implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\sqlite Code public function dropPrimaryKey($table

Schema::dropPrimaryKey

public Schema::dropPrimaryKey($table) Drop the primary key. Parameters $table: The table to be altered. Return value TRUE if the primary key was successfully dropped, FALSE if there was no primary key on this table to begin with. Overrides Schema::dropPrimaryKey File core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 468 Class Schema MySQL implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\mysql Code public function dropPrimaryKey($table) {