Fix default value problem for MySQL (#1483940)

release-0.6
thomascube 18 years ago
parent 6ae6e41fb3
commit 3c3b3517c1

@ -91,7 +91,7 @@ CREATE TABLE `contacts` (
`email` varchar(128) NOT NULL,
`firstname` varchar(128) NOT NULL,
`surname` varchar(128) NOT NULL,
`vcard` text NOT NULL,
`vcard` text NULL,
`user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY(`contact_id`),
CONSTRAINT `user_id_fk_contacts` FOREIGN KEY (`user_id`)

Loading…
Cancel
Save