AlterColumn
- Full name:
\Qubus\Expressive\Schema\AlterColumn
- Parent class:
\Qubus\Expressive\Schema\BaseColumn
Properties
table
Methods
__construct
public __construct(\Qubus\Expressive\Schema\AlterTable $table, string $name, ?string $type = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$table | \Qubus\Expressive\Schema\AlterTable | |
$name | string | |
$type | ?string |
getTable
defaultValue
Parameters:
Parameter | Type | Description |
---|---|---|
$value | mixed |
autoincrement
Inherited methods
__construct
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | |
$type | ?string |
getName
getType
getProperties
setType
Parameters:
Parameter | Type | Description |
---|---|---|
$type | string |
set
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | |
$value | mixed |
has
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string |
get
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | |
$default | mixed|null |
size
Parameters:
Parameter | Type | Description |
---|---|---|
$value | string |
notNull
description
Parameters:
Parameter | Type | Description |
---|---|---|
$comment | string |
defaultValue
Parameters:
Parameter | Type | Description |
---|---|---|
$value | mixed |
unsigned
Parameters:
Parameter | Type | Description |
---|---|---|
$value | bool |
length
Parameters:
Parameter | Type | Description |
---|---|---|
$value | mixed |
Automatically generated on 2025-10-13