Changeset 3c3b351 in github


Ignore:
Timestamp:
May 17, 2007 4:30:15 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
8d07583
Parents:
6ae6e41
Message:

Fix default value problem for MySQL (#1483940)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SQL/mysql5.initial.sql

    r5870871 r3c3b351  
    9292 `firstname` varchar(128) NOT NULL, 
    9393 `surname` varchar(128) NOT NULL, 
    94  `vcard` text NOT NULL, 
     94 `vcard` text NULL, 
    9595 `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0', 
    9696 PRIMARY KEY(`contact_id`), 
Note: See TracChangeset for help on using the changeset viewer.