7 calls to Schema::tableExists() in Zircon Profile 8
- Schema::addField in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Add a new field to a table.
- Schema::addIndex in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Add an index.
- Schema::addPrimaryKey in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Add a primary key.
- Schema::addUniqueKey in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Add a unique key.
- Schema::alterTable in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Create a table with a new schema containing the old content.
- Schema::dropTable in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Drop a table.
- Schema::renameTable in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Schema.php - Rename a table.