]> git.joonet.de Git - adminer.git/commitdiff
Link Auto Increment help
authorJakub Vrana <jakub@vrana.cz>
Tue, 6 Aug 2013 02:23:31 +0000 (19:23 -0700)
committerJakub Vrana <jakub@vrana.cz>
Tue, 6 Aug 2013 02:23:31 +0000 (19:23 -0700)
adminer/include/editing.inc.php

index f18bd1fc302e5229e0a82f39cc1b96c88cf23e65..5d5a15c9634c66cdb3a28965575d9f222eed0cd6 100644 (file)
@@ -229,7 +229,12 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra
 <td><?php echo lang('Options'); ?>
 <?php if ($type == "TABLE") { ?>
 <td>NULL
-<td><input type="radio" name="auto_increment_col" value=""><acronym title="<?php echo lang('Auto Increment'); ?>">AI</acronym>
+<td><input type="radio" name="auto_increment_col" value=""><acronym title="<?php echo lang('Auto Increment'); ?>">AI</acronym><?php echo doc_link(array(
+       'sql' => "example-auto-increment.html",
+       'sqlite' => "autoinc.html",
+       'pgsql' => "datatype.html#DATATYPE-SERIAL",
+       'mssql' => "ms186775.aspx",
+)); ?>
 <td><?php echo lang('Default values'); ?>
 <?php echo (support("comment") ? "<td" . ($comments ? "" : " class='hidden'") . ">" . lang('Comment') : ""); ?>
 <?php } ?>