mirror of
https://github.com/vrana/adminer.git
synced 2026-03-06 20:41:30 +01:00
Speed up alter table form
This commit is contained in:
@@ -180,6 +180,7 @@ foreach ($engines as $engine) {
|
||||
edit_fields($row["fields"], $collations, "TABLE", $foreign_keys);
|
||||
?>
|
||||
</table>
|
||||
<?php echo script("editFields();"); ?>
|
||||
</div>
|
||||
<p>
|
||||
<?php echo lang('Auto Increment'); ?>: <input type="number" name="Auto_increment" size="6" value="<?php echo h($row["Auto_increment"]); ?>">
|
||||
|
||||
Reference in New Issue
Block a user