Make contact mobile default NULL

This commit is contained in:
Marcus Hill 2022-02-22 21:31:53 +00:00
parent 95e71f178b
commit 717ae33449
1 changed files with 1 additions and 1 deletions

2
db.sql
View File

@ -291,7 +291,7 @@ CREATE TABLE `contacts` (
`contact_email` varchar(200) DEFAULT NULL,
`contact_phone` varchar(200) DEFAULT NULL,
`contact_extension` varchar(200) DEFAULT NULL,
`contact_mobile` varchar(200) DEFAULT '''NULL''',
`contact_mobile` varchar(200) DEFAULT NULL,
`contact_photo` varchar(200) DEFAULT NULL,
`contact_notes` text DEFAULT NULL,
`contact_created_at` datetime NOT NULL,