<?php $attribute_types = $GLOBALS['PMA_Types']->getAttributes(); $cnt_attribute_types = count($attribute_types); $attribute = ''; if (isset($submit_attribute) && $submit_attribute != false) { $attribute = $submit_attribute; } elseif (isset($columnMeta['Extra']) && $columnMeta['Extra'] == 'on update CURRENT_TIMESTAMP') { $attribute = 'on update CURRENT_TIMESTAMP'; } elseif (isset($extracted_columnspec['attribute'])) { $attribute = $extracted_columnspec['attribute']; } $attribute = mb_strtoupper($attribute); ?> <select style="width: 7em;" name="field_attribute[<?= $columnNumber; ?>]" id="field_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>"> <?php for ($j = 0; $j < $cnt_attribute_types; $j++): ?> <option value="<?= $attribute_types[$j];?>" <?php if ($attribute == mb_strtoupper($attribute_types[$j])): ?> selected="selected" <?php endif; ?>> <?= $attribute_types[$j]; ?> </option> <?php endfor; ?> </select>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
column_adjust_privileges.phtml | File | 716 B | 0644 |
|
column_attribute.phtml | File | 1.01 KB | 0644 |
|
column_attributes.phtml | File | 8.34 KB | 0644 |
|
column_auto_increment.phtml | File | 350 B | 0644 |
|
column_comment.phtml | File | 485 B | 0644 |
|
column_default.phtml | File | 1.82 KB | 0644 |
|
column_definitions_form.phtml | File | 6.59 KB | 0644 |
|
column_extra.phtml | File | 316 B | 0644 |
|
column_indexes.phtml | File | 1.32 KB | 0644 |
|
column_length.phtml | File | 458 B | 0644 |
|
column_name.phtml | File | 1.46 KB | 0644 |
|
column_null.phtml | File | 356 B | 0644 |
|
column_type.phtml | File | 390 B | 0644 |
|
column_virtuality.phtml | File | 1.43 KB | 0644 |
|
mime_type.phtml | File | 897 B | 0644 |
|
move_column.phtml | File | 774 B | 0644 |
|
partitions.phtml | File | 8.25 KB | 0644 |
|
table_fields_definitions.phtml | File | 4.91 KB | 0644 |
|
transformation.phtml | File | 1.4 KB | 0644 |
|
transformation_option.phtml | File | 471 B | 0644 |
|