createIndex('uuid', '{{%accounts}}', 'uuid', true); } public function safeDown() { $this->dropColumn('{{%accounts}}', 'uuid'); } }