1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 15:16:44 +02:00

Oracle: Fix foreign key doc link

This commit is contained in:
Jakub Vrana
2025-02-25 07:09:10 +01:00
parent 192ae38d57
commit 0138f3b0a5

View File

@@ -97,7 +97,7 @@ foreach ($row["source"] as $key => $val) {
'mariadb' => "foreign-keys/",
'pgsql' => "sql-createtable.html#SQL-CREATETABLE-REFERENCES",
'mssql' => "t-sql/statements/create-table-transact-sql",
'oracle' => "https://docs.oracle.com/cd/B19306_01/server.102/b14200/clauses002.htm#sthref2903",
'oracle' => "SQLRF01111",
)); ?>
<p>
<input type="submit" value="<?php echo lang('Save'); ?>">