implements Phalcon\Db\ReferenceInterface
Allows to define reference constraints on tables
$reference = new \Phalcon\Db\Reference("field_fk", array(
'referencedSchema' => "invoicing",
'referencedTable' => "products",
'columns' => array("product_type", "product_code"),
'referencedColumns' => array("type", "code")
));
Constraint name
...
...
Referenced Table
Local reference columns
Referenced Columns
ON DELETE
ON UPDATE
Phalcon\Db\Reference constructor
Restore a Phalcon\Db\Reference object from export
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/latest/api/Phalcon_Db_Reference.html