hedronium\Jables\types\MediumText::init PHP Method

init() public method

public init ( $table, $name )
    public function init($table, $name)
    {
        return $table->mediumText($name);
    }
MediumText