ConstraintReference
Less than 1 minute
ConstraintReference
Represents a reference to a table and column for a database constraint.
class ConstraintReference extends \Hazaar\DBI\Manager\Migration\Action\Component\StructUsed to define foreign key or other constraint relationships in migration actions.
Properties
table
The name of the referenced table.
public string $tablecolumn
The name of the referenced column.
public string $columnGenerated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000