[jOOQ/jOOQ#8528] Interpret ALTER TABLE .. ALTER .. SET DATA TYPE
This commit is contained in:
parent
5c8fe53c1f
commit
f5239aa328
@ -279,6 +279,8 @@ final class DDLInterpreter {
|
||||
|
||||
if (alterColumnNullability != null)
|
||||
existingField.type = existingField.type.nullability(alterColumnNullability);
|
||||
else if (alterColumnType != null)
|
||||
existingField.type = alterColumnType;
|
||||
else
|
||||
throw unsupportedQuery(query);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user