Alert user when not specied length for CHAR/VARCHAR fields.
This commit is contained in:
@@ -18,7 +18,7 @@ document.onkeydown = onKeyDownArrowsHandler;
|
||||
</script>
|
||||
<?php } ?>
|
||||
|
||||
<form method="post" action="<?php echo $action; ?>">
|
||||
<form method="post" action="<?php echo $action; ?>" onsubmit="checkTableEditForm(this, <?php echo $num_fields; ?>)" >
|
||||
<?php
|
||||
echo PMA_generate_common_hidden_inputs($db, $table);
|
||||
if ($action == 'tbl_create.php3') {
|
||||
@@ -656,4 +656,4 @@ if ($cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME'])
|
||||
</table>
|
||||
<br />
|
||||
|
||||
<center><?php echo PMA_showMySQLDocu('Reference', 'CREATE_TABLE'); ?></center>
|
||||
<center><?php echo PMA_showMySQLDocu('Reference', 'CREATE_TABLE'); ?></center>
|
||||
|
Reference in New Issue
Block a user