install() public method

Installs the schema up to the last version
public install ( ) : void
return void Outputs a report of the installation
コード例 #1
0
ファイル: migrate.php プロジェクト: nasumi/fuel
	public static function install()
	{
		\Migrate::install();
	}