How Can I add Fields in wp-option table?

If you just want to create a field, add_option() will do just fine, but I would strongly recommend using update_option() instead, as it tends to be the better choice for most applications.

File not found.