ConstraintReference
Less than 1 minute
ConstraintReference
Represents a reference to a table and column for a database constraint.
class ConstraintReference extends \Hazaar\Model\StructExtends: Hazaar\Model\Struct
Used to define foreign key or other constraint relationships in migration actions.
Properties
table
The name of the referenced table.
public string $tableType: string
column
The name of the referenced column.
public string $columnType: string
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000