mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 13:35:37 +00:00
Merge pull request #371 from wrongecho/db
Make contact mobile default NULL
This commit is contained in:
2
db.sql
2
db.sql
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user