getTable('cards'); // Dropped in Version1030Date20240205103243 because cards_abid is redundant with cards_abiduri // $table->addIndex(['addressbookid'], 'cards_abid'); $table->addIndex(['addressbookid', 'uri'], 'cards_abiduri'); $table = $schema->getTable('cards_properties'); // Removed later on // $table->addIndex(['addressbookid'], 'cards_prop_abid'); // Added later on $table->addIndex(['addressbookid', 'name', 'value'], 'cards_prop_abid_name_value', ); return $schema; } }