Add a AFTER
clause to ALTER TABLE ..
Add a AFTER
clause to ALTER TABLE ..
Add a AFTER
clause to ALTER TABLE ..
Add a BEFORE
clause to ALTER TABLE ..
Add a BEFORE
clause to ALTER TABLE ..
Add a BEFORE
clause to ALTER TABLE ..
Add a CASCADE
clause to the
ALTER TABLE ..
Specify a comment for a table using MySQL's syntax.
Specify a comment for a table using MySQL's syntax.
Specify a new column DEFAULT
.
Specify a new column DEFAULT
.
Specify a new column DEFAULT
.
Specify a new column DEFAULT
.
Make the column nullable.
AlterTableAlterConstraintStep.enforced()
Add the ENFORCED
clause to the constraint.
AlterTableAddStep.first()
Add a FIRST
clause to ALTER TABLE ..
Add the NOT ENFORCED
clause to the constraint.
Add a RENAME TO
clause to the ALTER TABLE
statement.
Add a RENAME TO
clause to the ALTER TABLE
statement.
Add a RENAME TO
clause to the ALTER TABLE
statement.
Add a RESTRICT
clause to the
ALTER TABLE ..
Specify a new column data type.
Specify a new column DEFAULT
.
Specify a new column DEFAULT
.
Make the column NOT NULL
.
AlterTableRenameColumnToStep.to(String newName)
Specify a new column name.
AlterTableRenameColumnToStep.to(Field<?> newName)
Specify a new column name.
AlterTableRenameColumnToStep.to(Name newName)
Specify a new column name.
AlterTableRenameConstraintToStep.to(String newName)
Specify a new constraint name.
Specify a new constraint name.
AlterTableRenameConstraintToStep.to(Name newName)
Specify a new constraint name.
AlterTableRenameIndexToStep.to(String newName)
Specify a new index name.
AlterTableRenameIndexToStep.to(Index newName)
Specify a new index name.
AlterTableRenameIndexToStep.to(Name newName)
Specify a new index name.
Add the USING INDEX
clause to the statement.
Add the USING INDEX
clause to the statement.
Add the USING INDEX
clause to the statement.