createTable('{{%document_field}}', [ 'id' => $this->primaryKey(), 'title' => $this->string(), ]); } /** * {@inheritdoc} */ public function safeDown() { $this->dropTable('{{%document_field}}'); } }