Improves education's form display (Finaly closes #209)
[platal.git] / upgrade / fusionax-0.0.1 / 06_education.sql
index 74ef1ee..35ca940 100644 (file)
@@ -33,7 +33,7 @@ CREATE TABLE IF NOT EXISTS profile_education (
   eduid INT(4) NOT NULL DEFAULT 0,
   degreeid INT(4) NOT NULL DEFAULT 0,
   fieldid INT(2) NOT NULL DEFAULT 0,
-  grad_year INT(4) NOT NULL DEFAULT 0,
+  grad_year INT(4) DEFAULT NULL,
   program VARCHAR(255) DEFAULT NULL,
   PRIMARY KEY(id, uid)
 ) CHARSET=utf8;