mirror of https://github.com/itflow-org/itflow
Merge pull request #371 from wrongecho/db
Make contact mobile default NULL
This commit is contained in:
commit
2fb7c5225c
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue