abstract class Migration

Methods

void
up()

Run the migrations.

void
down()

Reverse the migrations.

Details

at line 33
abstract void up()

Run the migrations.

Return Value

void

at line 40
abstract void down()

Reverse the migrations.

Return Value

void