mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Support for virtual foreign keys
This commit is contained in:
@@ -65,6 +65,10 @@ document.getElementById('username').focus();
|
||||
echo "<a href='" . h(remove_from_uri("page")) . "&page=last' title='" . lang('Page') . ": " . lang('last') . "'>>></a>\n";
|
||||
}
|
||||
|
||||
function foreignKeys($table) {
|
||||
return foreign_keys($table);
|
||||
}
|
||||
|
||||
function backwardKeys($table, $tableName) {
|
||||
$return = array();
|
||||
foreach (get_rows("SELECT TABLE_NAME, CONSTRAINT_NAME, COLUMN_NAME, REFERENCED_COLUMN_NAME
|
||||
|
Reference in New Issue
Block a user