Changes between Version 21 and Version 22 of oid/WorkLog/08-10-15


Ignore:
Timestamp:
Oct 15, 2008, 4:56:11 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • oid/WorkLog/08-10-15

    v21 v22  
    176176-    start_time timestamp NOT NULL,
    177177-    end_time timestamp NOT NULL,
    178 +    start_time timestamp,
    179 +    end_time timestamp,
     178+    start_time timestamp NULL,
     179+    end_time timestamp NULL,
    180180     user_id smallint NOT NULL,
    181181     checked bool DEFAULT 0 NOT NULL,
    182182-    insert_time timestamp DEFAULT CURRENT_TIMESTAMP,
    183 +    insert_time timestamp,
     183+    insert_time timestamp NULL,
    184184     cover bool DEFAULT 0 NOT NULL
    185185-, PRIMARY KEY(`int(11)`)