Timestamp
class Timestamp extends Column (View source)
The TIMESTAMP class.
Constants
| SIGNED |
|
| UNSIGNED |
|
| ALLOW_NULL |
|
| NOT_NULL |
|
Methods
__construct(string $name = null, bool $allowNull = false, string $default = '0', string $comment = '', array $options = array())
Class init.
autoIncrement(boolean $autoIncrement = true)
Method to set property autoIncrement
from Column
Details
at line line 30
__construct(string $name = null, bool $allowNull = false, string $default = '0', string $comment = '', array $options = array())
Class init.
Column
allowNull(boolean $allowNull = true)
Method to set property allowNull
Column
autoIncrement(boolean $autoIncrement = true)
Method to set property autoIncrement