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