@NotNull AlterTableDropStep | 
AlterTableStep.drop(String field) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.drop(String... fields) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.drop(Collection<? extends Field<?>> fields) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.drop(Constraint constraint) | 
 Add a DROP CONSTRAINT clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.drop(Field<?> field) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.drop(Field<?>... fields) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.drop(Name field) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.drop(Name... fields) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumn(String field) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumn(Field<?> field) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumn(Name field) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumnIfExists(String field) | 
 Add an DROP COLUMN IF EXISTS clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumnIfExists(Field<?> field) | 
 Add an DROP COLUMN IF EXISTS clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumnIfExists(Name field) | 
 Add an DROP COLUMN IF EXISTS clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumns(String... fields) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumns(Collection<? extends Field<?>> fields) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumns(Field<?>... fields) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropColumns(Name... fields) | 
 Add an DROP COLUMN clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropConstraint(String constraint) | 
 Add a DROP CONSTRAINT clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropConstraint(Constraint constraint) | 
 Add a DROP CONSTRAINT clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropConstraint(Name constraint) | 
 Add a DROP CONSTRAINT clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropConstraintIfExists(String constraint) | 
 Add a DROP CONSTRAINT IF EXISTS clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropConstraintIfExists(Constraint constraint) | 
 Add a DROP CONSTRAINT IF EXISTS clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropConstraintIfExists(Name constraint) | 
 Add a DROP CONSTRAINT IF EXISTS clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropForeignKey(String constraint) | 
 Add a DROP FOREIGN KEY clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropForeignKey(Constraint constraint) | 
 Add a DROP FOREIGN KEY clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropForeignKey(Name constraint) | 
 Add a DROP FOREIGN KEY clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropIfExists(String field) | 
 Add an DROP COLUMN IF EXISTS clause to the
 ALTER TABLE statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropIfExists(Constraint constraint) | 
 Add a DROP CONSTRAINT IF EXISTS clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropIfExists(Field<?> field) | 
 Add an DROP COLUMN IF EXISTS clause to the
 ALTER TABLE statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropIfExists(Name field) | 
 Add an DROP COLUMN IF EXISTS clause to the
 ALTER TABLE statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropPrimaryKey() | 
 Add a DROP PRIMARY KEY clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropPrimaryKey(String constraint) | 
 Add a DROP PRIMARY KEY clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropPrimaryKey(Constraint constraint) | 
 Add a DROP PRIMARY KEY clause to the
 ALTER TABLE statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropPrimaryKey(Name constraint) | 
 Add a DROP PRIMARY KEY clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropUnique(String constraint) | 
 Add a DROP UNIQUE clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropUnique(Constraint constraint) | 
 Add a DROP UNIQUE clause to the ALTER TABLE
 statement. 
 | 
@NotNull AlterTableDropStep | 
AlterTableStep.dropUnique(Name constraint) | 
 Add a DROP UNIQUE clause to the ALTER TABLE
 statement. 
 |