FluxBB\Migrations\Migration::up PHP Method

up() public method

public up ( )
    public function up()
    {
        $this->schema->table($this->table, function ($table) {
            $this->create($table);
        });
    }