27 calls to db_create_table()

block_update_8001 in drupal/core/modules/block/block.install
Creates table {block_language} for language visibility settings per block.
DatabaseStorageExpirableTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
Sets up unit test environment.
DatabaseStorageTest::setUp in drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php
Sets up Drupal unit test environment.
DatabaseStorageTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php
Sets up unit test environment.
drupal-7.field.database.php in drupal/core/modules/system/tests/upgrade/drupal-7.field.database.php
Database additions for field variables. Used in FieldUpgradePathTest.
drupal_install_schema in drupal/core/includes/schema.inc
Creates all tables defined in a module's hook_schema().
field_sql_storage_field_storage_create_field in drupal/core/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_create_field().
field_sql_storage_field_storage_update_field in drupal/core/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_update_field().
GarbageCollectionTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php
Sets up unit test environment.
hook_field_storage_create_field in drupal/core/modules/field/field.api.php
Act on creation of a new field.
hook_field_storage_update_field in drupal/core/modules/field/field.api.php
Update the storage information for a field.
locale_update_8010 in drupal/core/modules/locale/locale.install
Add {locale_file} table.
locale_update_8011 in drupal/core/modules/locale/locale.install
Add a cache table and locale_project table for the locale module.
locale_update_8015 in drupal/core/modules/locale/locale.install
Build a new {locale_file} table.
node_update_8016 in drupal/core/modules/node/node.install
Upgrade node schema to the standard entity SQL schema: create new tables.
SchemaTest::assertFieldAdditionRemoval in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Asserts that a given field can be added and removed from a table.
SchemaTest::testSchema in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Tests database interactions.
SchemaTest::testUnsignedColumns in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Tests creating unsigned columns and data integrity thereof.
system_update_8049 in drupal/core/modules/system/system.install
Create the 'config_snapshot' table.
TempStoreDatabaseTest::setUp in drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php
Sets up unit test environment.
TransactionTest::executeDDLStatement in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Executes a DDL statement.
TransactionTest::transactionInnerLayer in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Creates an "inner layer" transaction.
UpdateModuleHandler::enable in drupal/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php
Enables or installs a given list of modules.
update_fix_d8_requirements in drupal/core/includes/update.inc
Performs Drupal 7.x to 8.x required update.php updates.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
update_prepare_d8_language in drupal/core/includes/update.inc
Prepares Drupal 8 language changes for the bootstrap if needed.
user_update_8014 in drupal/core/modules/user/user.install
Create new {users_data} table.