8 calls to db_create_table() in Zircon Profile 8
- drupal_install_schema in core/
includes/ schema.inc - Creates all tables defined in a module's hook_schema().
- SchemaTest::assertFieldAdditionRemoval in core/
modules/ system/ src/ Tests/ Database/ SchemaTest.php - Asserts that a given field can be added and removed from a table.
- SchemaTest::assertFieldChange in core/
modules/ system/ src/ Tests/ Database/ SchemaTest.php - Asserts that a field can be changed from one spec to another.
- SchemaTest::testIndexLength in core/
modules/ system/ src/ Tests/ Database/ SchemaTest.php - Tests that indexes on string fields are limited to 191 characters on MySQL.
- SchemaTest::testSchema in core/
modules/ system/ src/ Tests/ Database/ SchemaTest.php - Tests database interactions.
- SchemaTest::testUnsignedColumns in core/
modules/ system/ src/ Tests/ Database/ SchemaTest.php - Tests creating unsigned columns and data integrity thereof.
- TransactionTest::executeDDLStatement in core/
modules/ system/ src/ Tests/ Database/ TransactionTest.php - Executes a DDL statement.
- TransactionTest::transactionInnerLayer in core/
modules/ system/ src/ Tests/ Database/ TransactionTest.php - Creates an "inner layer" transaction.