Methods | ||
---|---|---|
public
|
__construct(Blueprint $blueprint, Connection $connection): void
|
# |
public
|
getPrimaryKey(): IndexDefinition|null
|
# |
public
|
getColumns(): ColumnDefinition[]
|
# |
public
|
getIndexes(): IndexDefinition[]
|
# |
public
|
getForeignKeys(): ForeignKeyDefinition[]
|
# |
public
|
update(Fluent $command)
|
# |
Properties | |||
---|---|---|---|
protected
|
Blueprint
|
$blueprint
|
# |
protected
|
Connection
|
$connection
|
# |