Calls the given function passing this
as the only argument.
See $call
See addColumn
Unlike addForeignKeyConstraint this method returns
the constraint builder and doesn't take a callback as the last argument. This
is because you can only add one column per ALTER TABLE
query.
Creates an alter table modify column
query. The modify column
statement
is only implemeted by MySQL and oracle AFAIK. On other databases you
should use the alterColumn
method.
Generated using TypeDoc
This builder can be used to create a
alter table
query.