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