use yii\db\Migration; /** * Handles the creation of table ``. render('_foreignTables', [ 'foreignKeys' => $foreignKeys, ]) ?> */ class extends Migration { /** * @inheritdoc */ public function up() { render('_createTable', [ 'table' => $table, 'fields' => $fields, 'foreignKeys' => $foreignKeys, ]) ?> } /** * @inheritdoc */ public function down() { render('_dropTable', [ 'table' => $table, 'foreignKeys' => $foreignKeys, ]) ?> } }