lazyrecord\schema\MixinDeclareSchema::index PHP Method

index() public method

public index ( $name, $columns = null, $using = null )
    public function index($name, $columns = null, $using = null)
    {
        return $this->parentSchema->index($name, $columns, $using);
    }