Sleimanx2\Plastic\Mappings\Mappings::schema PHP Method

schema() protected method

get a schema builder instance.
protected schema ( ) : Illuminate\Database\Schema\Builder
return Illuminate\Database\Schema\Builder
    protected function schema()
    {
        return $this->getConnection()->getSchemaBuilder();
    }