// drop the newly added gifts field to the user table $db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD COLUMN estore_gifts MEDIUMTEXT NOT NULL DEFAULT ''");