getTable('mounts'); if (!$table->hasIndex('mount_user_storage')) { $table->addIndex(['storage_id', 'user_id'], 'mount_user_storage'); return $schema; } return null; } }