media_migration-8.x-1.x-dev/tests/fixtures/drupal7_media/views_view.php
tests/fixtures/drupal7_media/views_view.php
<?php
// phpcs:ignoreFile
/**
* @file
* A database agnostic dump for testing purposes.
*
* This file was generated by the Drupal 9.2.10 db-tools.php script.
*/
use Drupal\Core\Database\Database;
$connection = Database::getConnection();
$connection->schema()->createTable('views_view', array(
'fields' => array(
'vid' => array(
'type' => 'serial',
'not null' => TRUE,
'size' => 'normal',
'unsigned' => TRUE,
),
'name' => array(
'type' => 'varchar',
'not null' => TRUE,
'length' => '128',
'default' => '',
),
'description' => array(
'type' => 'varchar',
'not null' => FALSE,
'length' => '255',
'default' => '',
),
'tag' => array(
'type' => 'varchar',
'not null' => FALSE,
'length' => '255',
'default' => '',
),
'base_table' => array(
'type' => 'varchar',
'not null' => TRUE,
'length' => '64',
'default' => '',
),
'human_name' => array(
'type' => 'varchar',
'not null' => FALSE,
'length' => '255',
'default' => '',
),
'core' => array(
'type' => 'int',
'not null' => FALSE,
'size' => 'normal',
'default' => '0',
),
),
'primary key' => array(
'vid',
),
'unique keys' => array(
'name' => array(
'name',
),
),
'mysql_character_set' => 'utf8',
));
