Copy table defaults to structure and data (RFE #856517).
This commit is contained in:
@@ -29,6 +29,8 @@ $Source$
|
||||
while editing.
|
||||
* db_details_structure.php, lang/*: Implement database renaming (RFE
|
||||
#792463).
|
||||
* tbl_properties_operations.php: Copy table defaults to structure and data
|
||||
(RFE #856517).
|
||||
|
||||
2004-03-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/common.lib.php, libraries/display*, lang/*:
|
||||
|
@@ -196,12 +196,14 @@ for ($i = 0; $i < $num_dbs; $i++) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">
|
||||
<input type="radio" name="what" value="structure" id="radio_copy_structure" checked="checked" />
|
||||
<input type="radio" name="what" value="structure" id="radio_copy_structure" />
|
||||
<label for="radio_copy_structure"><?php echo $strStrucOnly; ?></label> <br />
|
||||
<input type="radio" name="what" value="data" id="radio_copy_data" />
|
||||
<input type="radio" name="what" value="data" id="radio_copy_data" checked="checked" />
|
||||
<label for="radio_copy_data"><?php echo $strStrucData; ?></label> <br />
|
||||
|
||||
<input type="radio" name="what" value="dataonly" id="radio_copy_dataonly" />
|
||||
<label for="radio_copy_dataonly"><?php echo $strDataOnly; ?></label> <br />
|
||||
|
||||
<input type="checkbox" name="drop_if_exists" value="true" id="checkbox_drop" />
|
||||
<label for="checkbox_drop"><?php echo $strStrucDrop; ?></label> <br />
|
||||
<input type="checkbox" name="auto_increment" value="1" id="checkbox_auto_increment" />
|
||||
|
Reference in New Issue
Block a user