PHP 클래스 AddVerificationToUserTable

상속: extends Illuminate\Database\Migrations\Migration
파일 보기 프로젝트 열기: jrean/laravel-user-verification

공개 메소드들

메소드 설명
down ( ) : void Reverse the migrations.
getUserTableName ( ) : string Determine the user table name.
up ( ) : void Run the migrations.

메소드 상세

down() 공개 메소드

Reverse the migrations.
public down ( ) : void
리턴 void

getUserTableName() 공개 메소드

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

up() 공개 메소드

Run the migrations.
public up ( ) : void
리턴 void