37 calls to db_create_table()

block_update_7006 in drupal/modules/block/block.install
Recreates cache_block table.
DatabaseTestCase::installTables in drupal/modules/simpletest/tests/database_test.test
Set up several tables needed by a certain test.
DatabaseTransactionTestCase::executeDDLStatement in drupal/modules/simpletest/tests/database_test.test
Execute a DDL statement.
DatabaseTransactionTestCase::transactionInnerLayer in drupal/modules/simpletest/tests/database_test.test
Helper method for transaction unit tests. This "inner layer" transaction is either used alone or nested inside of the "outer layer" transaction.
dblog_update_7003 in drupal/modules/dblog/dblog.install
Account for possible legacy systems where dblog was not installed.
drupal-6.bare.database.php in drupal/modules/simpletest/tests/upgrade/drupal-6.bare.database.php
drupal-6.filled.database.php in drupal/modules/simpletest/tests/upgrade/drupal-6.filled.database.php
drupal-6.forum.database.php in drupal/modules/simpletest/tests/upgrade/drupal-6.forum.database.php
drupal-6.locale.database.php in drupal/modules/simpletest/tests/upgrade/drupal-6.locale.database.php
drupal-6.trigger.database.php in drupal/modules/simpletest/tests/upgrade/drupal-6.trigger.database.php
drupal-6.upload.database.php in drupal/modules/simpletest/tests/upgrade/drupal-6.upload.database.php
drupal_install_schema in drupal/includes/common.inc
Creates all tables defined in a module's hook_schema().
field_sql_storage_field_storage_create_field in drupal/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_create_field().
field_sql_storage_field_storage_update_field in drupal/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_update_field().
filter_update_7003 in drupal/modules/filter/filter.install
Upgrade the {filter} table for core filters.
filter_update_7009 in drupal/modules/filter/filter.install
Converts fields that store serialized variables from text to blob.
forum_update_7001 in drupal/modules/forum/forum.install
Create new {forum_index} table.
hook_field_storage_create_field in drupal/modules/field/field.api.php
Act on creation of a new field.
hook_field_storage_update_field in drupal/modules/field/field.api.php
Update the storage information for a field.
image_update_7000 in drupal/modules/image/image.install
Install the schema for users upgrading from the contributed module.
node_update_7010 in drupal/modules/node/node.install
Add the {block_node_type} table.
openid_update_6000 in drupal/modules/openid/openid.install
Add a table to store nonces.
openid_update_7000 in drupal/modules/openid/openid.install
Bind associations to their providers.
SchemaTestCase::assertFieldAdditionRemoval in drupal/modules/simpletest/tests/schema.test
Assert that a given field can be added and removed from a table.
SchemaTestCase::testSchema in drupal/modules/simpletest/tests/schema.test
SchemaTestCase::testUnsignedColumns in drupal/modules/simpletest/tests/schema.test
Tests creating unsigned columns and data integrity thereof.
system_update_7002 in drupal/modules/system/system.install
Add a table to store blocked IP addresses.
system_update_7034 in drupal/modules/system/system.install
Migrate the file path settings and create the new {file_managed} table.
system_update_7054 in drupal/modules/system/system.install
Remove {cache_*}.headers columns.
system_update_7059 in drupal/modules/system/system.install
Create the {file_usage} table.
system_update_7061 in drupal/modules/system/system.install
Migrate upload.module data to the newly created file field.
taxonomy_update_7004 in drupal/modules/taxonomy/taxonomy.install
Move taxonomy vocabulary associations for nodes to fields and field instances.
taxonomy_update_7005 in drupal/modules/taxonomy/taxonomy.install
Migrate {taxonomy_term_node} table to field storage.
tracker_update_7000 in drupal/modules/tracker/tracker.install
Create new tracker_node and tracker_user tables.
update_fix_d7_requirements in drupal/includes/update.inc
Perform Drupal 6.x to 7.x updates that are required for update.php to function properly.
update_prepare_d7_bootstrap in drupal/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 6 database.
update_update_7001 in drupal/modules/update/update.install
Recreates cache_update table.