How significant is the guid field in wp_posts?
I'm doing a migration and adding a lot of images to the table (via wp_insert_attachment, wp_generate_attachment_metadata and wp_update_attachment_metadata), but the guid field isn't filled by default.
Should i correct this?