Author: pwang Date: 2011-12-23 15:33:59 -0800 (Fri, 23 Dec 2011) New Revision: 27868
Modified: new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql Log: updated Modified: new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql =================================================================== --- new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql 2011-12-23 23:33:22 UTC (rev 27867) +++ new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql 2011-12-23 23:33:59 UTC (rev 27868) @@ -27,9 +27,10 @@ CREATE TABLE attached_files ( file_auto_id int(11) NOT NULL auto_increment, + file_name varchar(100) NOT NULL, + file_type varchar(100) NOT NULL, file_data longblob, - file_name varchar(100) default NULL, - md5 varchar(40), + md5 varchar(40) Default NULL, PRIMARY KEY (file_auto_id) ); -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
