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

init() public method

public init ( $table, $name )
    public function init($table, $name)
    {
        return $table->double($name, $this->schema->digits, $this->schema->precision);
    }