extends |
ColumnDefinition |
---|
Methods | ||
---|---|---|
public
|
__construct(Blueprint $blueprint, array $attributes = []): void
|
# |
public
|
constrained(string|null $table = null, string|null $column = null, string|null $indexName = null): ForeignKeyDefinition
|
# |
public
|
references(string $column, string $indexName = null): ForeignKeyDefinition
|
# |
Methods inherited from Illuminate\Support\Fluent |
---|
get(), set(), fill(), value(), scope(), all(), data(), getAttributes(), toArray(), jsonSerialize(), toJson(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), __call(), __get(), __set(), __isset(), __unset() |
Methods used from Illuminate\Support\Traits\InteractsWithData |
---|
exists(), has(), hasAny(), whenHas(), filled(), isNotFilled(), anyFilled(), whenFilled(), missing(), whenMissing(), isEmptyString(), str(), string(), boolean(), integer(), float(), date(), enum(), enums(), isBackedEnum(), array(), collect(), only(), except() |
Methods used from Illuminate\Support\Traits\Macroable |
---|
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), |
Properties | |||
---|---|---|---|
protected
|
Blueprint
|
$blueprint
|
# |
Properties inherited from Illuminate\Support\Fluent |
---|
$attributes |
Properties used from Illuminate\Support\Traits\Macroable |
---|
$macros |