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); ?>