PHP Class AddVerificationToUserTable

Inheritance: extends Illuminate\Database\Migrations\Migration
Show file Open project: jrean/laravel-user-verification

Public Methods

Method Description
down ( ) : void Reverse the migrations.
getUserTableName ( ) : string Determine the user table name.
up ( ) : void Run the migrations.

Method Details

down() public method

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

getUserTableName() public method

Determine the user table name.
public getUserTableName ( ) : string
return string

up() public method

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