How to add verification on email address change?

Add one more field that named status of type Boolean in wp_users table that is 0 or 1 when anyone put mail then you have to check that field if field is 0 then don’t update the field and if field is 1 then update the mail.
For updating field 0 to 1 when user click on link that you send in mail.