Skip to content

Commit

Permalink
Maria supports 'alter table if exists ...'
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking authored and beikov committed Feb 12, 2021
1 parent 35643c4 commit 130733a
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -87,6 +87,11 @@ public boolean supportsIfExistsBeforeConstraintName() {
return getVersion() >= 1000;
}

@Override
public boolean supportsIfExistsAfterAlterTable() {
return getVersion() >= 1050;
}

@Override
public SequenceSupport getSequenceSupport() {
return getVersion() < 1030
Expand Down

0 comments on commit 130733a

Please sign in to comment.