addKey($columns, false, true, 'attribute_links_uq2'); $forge->processIndexes('attribute_links'); } if (!indexExists('inventory', 'trans_items_trans_date')) { $forge->addKey(['trans_items', 'trans_date'], false, false, 'trans_items_trans_date'); $forge->processIndexes('inventory'); } } /** * Revert a migration step. */ public function down(): void { } }