Constraint
Less than 1 minute
Constraint
Properties
name
public string $name
table
public string $table
type
public string $type
column
public array $column
references
public ConstraintReference $references
Methods
construct
public construct(mixed $data): void
Parameters
Parameter | Type | Description |
---|---|---|
$data | mixed |
create
public create(Adapter $dbi): bool
Parameters
Parameter | Type | Description |
---|---|---|
$dbi | Adapter |
alter
public alter(Adapter $dbi): bool
Parameters
Parameter | Type | Description |
---|---|---|
$dbi | Adapter |
drop
public drop(Adapter $dbi): bool
Parameters
Parameter | Type | Description |
---|---|---|
$dbi | Adapter |
serializeDrop
public serializeDrop(): mixed
Generated by Hazaar API Doc Generator