diff --git a/doc/faq.rst b/doc/faq.rst index e485eabfb2..6b397db296 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -1999,7 +1999,8 @@ Third Normal From. `petDOB` date NOT NULL, `ownerLastName` varchar(64) NOT NULL, `ownerFirstName` varchar(64) NOT NULL, - `ownerPhone` int(12) NOT NULL, + `ownerPhone1` int(12) NOT NULL, + `ownerPhone2` int(12) NOT NULL, `ownerEmail` varchar(64) NOT NULL, );