hedronium\Jables\types\SmallInteger::init PHP Méthode

init() public méthode

public init ( $table, $name )
    public function init($table, $name)
    {
        return $table->smallInteger($name);
    }
SmallInteger