dropPrimaryKey method

Alter dropPrimaryKey()

Implementation

Alter dropPrimaryKey() {
  shouldDropPrimary = true;
  return this;
}