mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
MS SQL schema support
This commit is contained in:
@@ -17,7 +17,7 @@ if ($TABLE != "") {
|
||||
|
||||
if ($_POST && !$error && !$_POST["add"] && !$_POST["drop_col"] && !$_POST["up"] && !$_POST["down"]) {
|
||||
if ($_POST["drop"]) {
|
||||
query_redirect("DROP TABLE " . idf_escape($_GET["create"]), substr(ME, 0, -1), lang('Table has been dropped.'));
|
||||
query_redirect("DROP TABLE " . table($TABLE), substr(ME, 0, -1), lang('Table has been dropped.'));
|
||||
} else {
|
||||
$fields = array();
|
||||
$foreign = array();
|
||||
|
Reference in New Issue
Block a user