mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Shorten Auto Increment to support 1024 width
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1197 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -158,7 +158,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $allowed = 0, $forei
|
||||
<td><?php echo lang('Options'); ?>
|
||||
<?php if ($type == "TABLE") { ?>
|
||||
<td>NULL
|
||||
<td><input type="radio" name="auto_increment_col" value=""><?php echo lang('Auto Increment'); ?>
|
||||
<td><input type="radio" name="auto_increment_col" value=""><acronym title="<?php echo lang('Auto Increment'); ?>">A_I</acronym>
|
||||
<td class="hidden"><?php echo lang('Default values'); ?>
|
||||
<td<?php echo ($column_comments ? "" : " class='hidden'"); ?>><?php echo lang('Comment'); ?>
|
||||
<?php } ?>
|
||||
|
Reference in New Issue
Block a user