You are here

7 calls to Schema::alterTable() in Zircon Profile 8

Schema::addField in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Add a new field to a table.
Schema::addPrimaryKey in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Add a primary key.
Schema::changeField in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Change a field definition.
Schema::dropField in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Drop a field.
Schema::dropPrimaryKey in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Drop the primary key.
Schema::fieldSetDefault in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Set the default value for a field.
Schema::fieldSetNoDefault in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Set a field to have no default value.