final class Column

Column reflection.

Methods

__construct(string $name, Table|null $table = null, string $nativeType = '', int|null $size = null, bool $nullable = false, mixed $default = null, bool $autoIncrement = false, bool $primary = false, array $vendor = [])

No description

string
__toString()

No description

Details

at line 19
__construct(string $name, Table|null $table = null, string $nativeType = '', int|null $size = null, bool $nullable = false, mixed $default = null, bool $autoIncrement = false, bool $primary = false, array $vendor = [])

internal  
 

No description

Parameters

string $name
Table|null $table
string $nativeType
int|null $size
bool $nullable
mixed $default
bool $autoIncrement
bool $primary
array $vendor

at line 33
string __toString()

No description

Return Value

string