188a189 > * Add new field timecreated to table stampcoll_stamps. 192a194,197 > $field = new xmldb_field('timecreated', XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, null, null, null, 'text'); > if (!$dbman->field_exists($table, $field)) { > $dbman->add_field($table, $field); > }