PHP Class CreateUsersTable

Inheritance: extends ChingShop\Database\Migration
Show file Open project: phanan/koel Class Usage Examples

Public Methods

Method Description
down ( ) : void Reverse the migrations.
up ( ) : void Run the migrations.

Method Details

down() public method

Reverse the migrations.
public down ( ) : void
return void

up() public method

Run the migrations.
public up ( ) : void
return void