\app\framework\Component\Database\SchemaColumn

Just an wrapper for DB columns.

Summary

Methods
Properties
Constants
__construct()
$name
$type
$value
$length
$scale
$comment
$collation
$isAutoIncrement
$isNull
$isPrimaryKey
$isUnsigned
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$name

$name : 

Type

$type

$type : 

Type

$value

$value : 

Type

$length

$length : 

Type

$scale

$scale : 

Type

$comment

$comment : 

Type

$collation

$collation : 

Type

$isAutoIncrement

$isAutoIncrement : 

Type

$isNull

$isNull : 

Type

$isPrimaryKey

$isPrimaryKey : 

Type

$isUnsigned

$isUnsigned : 

Type

Methods

__construct()

__construct(  $name,   $type) 

Parameters

$name
$type