118119120121122123124125126
// Can happen with ifNotExists if (ksm.userTypes.getType(name.getUserTypeName()) != null) return; UserType type = createType(); checkForDuplicateNames(type); MigrationManager.announceNewType(type, isLocalOnly); }