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 Fri, 05 Jun 2026 06:08:15 +0000