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