|
From: Benjamin C. <bc...@us...> - 2001-12-06 14:35:12
|
Update of /cvsroot/phpbt/phpbt/schemas In directory usw-pr-cvs1:/tmp/cvs-serv8071 Modified Files: mysql.in Log Message: arg Index: mysql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/mysql.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mysql.in 2001/12/06 14:28:31 1.11 +++ mysql.in 2001/12/06 14:35:08 1.12 @@ -176,6 +176,8 @@ CREATE TABLE TBL_PROJECT_GROUP ( project_id int(10) unsigned NOT NULL default '0', group_id int(10) unsigned NOT NULL default '0', + created_by int(10) unsigned NOT NULL default '0', + created_date bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (project_id,group_id), KEY group_id (group_id) ) TYPE=MyISAM; |