$foreignTable
$foreignTable : \Gishiki\Database\Schema\Table
Represent a column inside a table of a relational database.
$foreignTable : \Gishiki\Database\Schema\Table
$foreignKey : \Gishiki\Database\Schema\Column
__construct(\Gishiki\Database\Schema\Table $externTable, \Gishiki\Database\Schema\Column $externColumn)
Create a new relation to the given pprimary key.
\Gishiki\Database\Schema\Table | $externTable | |
\Gishiki\Database\Schema\Column | $externColumn | the foreign column |
the error occurred while enstabilishing the Relation
getForeignKey() : \Gishiki\Database\Schema\Column
Get the column on the current table.
the reference to the column
getForeignTable() : \Gishiki\Database\Schema\Table
Get the table containing the foreign key.
the table containing the foreign key