hedronium\Jables\BaseType::base PHP Method

base() public method

public base ( )
    public function base()
    {
        $this->unique();
        $this->nullable();
        $this->defaultValue();
    }