$foreignKeys public property
Foreign keys of this table. Each array element is of the following structure:
[ 'ForeignTableName', 'fk1' => 'pk1', // pk1 is in foreign table 'fk2' => 'pk2', // if composite foreign key ]
public array $foreignKeys = []
Please login to continue.