Interface ColumnInterface describes the protocol on how Column objects interact

package Zend\Db\Sql\Ddl\Column

 Methods

getDefault()

getDefault() : null | string | int

Returns

nullstringint

getName()

getName() : string

Returns

string

getOptions()

getOptions() : array

Returns

array

isNullable()

isNullable() : bool

Returns

bool