You are here

11 calls to Schema::resetTableInformation() in Drupal 8

Schema::addField in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a new field to a table.
Schema::addIndex in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add an index.
Schema::addPrimaryKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a primary key.
Schema::addUniqueKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a unique key.
Schema::changeField in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Change a field definition.
Schema::dropField in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Drop a field.
Schema::dropIndex in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Drop an index.
Schema::dropPrimaryKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Drop the primary key.
Schema::dropTable in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Drop a table.
Schema::dropUniqueKey in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Drop a unique key.
Schema::renameTable in core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Rename a table.