hedronium\Jables\BaseType::base PHP 메소드

base() 공개 메소드

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