7 calls to Column::int()
- BatchStorage::schemaDefinition in core/
lib/ Drupal/ Core/ Batch/ BatchStorage.php - Defines the schema for the batch table.
- hook_schema in core/
lib/ Drupal/ Core/ Database/ database.api.php - Define the current version of the database schema.
- locale_schema in core/
modules/ locale/ locale.install - Implements hook_schema().
- SchemaDefinitionConversionTest::testConvertTableDefinition in core/
tests/ Drupal/ Tests/ Core/ Database/ SchemaDefinitionConversionTest.php - Tests Table::toArray().
- SchemaDefinitionTest::testIntDefaultForIntColumn in core/
tests/ Drupal/ Tests/ Core/ Database/ SchemaDefinitionTest.php - Tests passing a int default to an int column.
- SchemaDefinitionTest::testNullDefaultForIntColumn in core/
tests/ Drupal/ Tests/ Core/ Database/ SchemaDefinitionTest.php - Tests passing a null default to an int column.
- SchemaDefinitionTest::testNullDefaultForNotNullArgument in core/
tests/ Drupal/ Tests/ Core/ Database/ SchemaDefinitionTest.php - Tests passing a null default when notNull: TRUE is specified.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.