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'); $table->addIndex(['addressbookid'], 'cards_prop_abid'); return $schema; } }