change method
Marks the column command as an alteration (e.g. $table->string(...)->change()).
Implementation
ColumnBuilder change() {
_entry.markAsAlter();
return this;
}
Marks the column command as an alteration (e.g. $table->string(...)->change()).
ColumnBuilder change() {
_entry.markAsAlter();
return this;
}