Re: [php-gtk-webmaster] cvs: php-gtk-web /manual note.sql
[email protected] (Andrei Zmievski) Sun, 9 Jul 2006 09:23:14 -0700
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Uhhh.. We don't have ratings on comments anymore?? -Andrei On Jul 9, 2006, at 1:46 AM, Steph Fox wrote: > sfox Sun Jul 9 08:46:27 2006 UTC > > Modified files: > /php-gtk-web/manual note.sql > Log: > Update table structure > > http://cvs.php.net/viewvc.cgi/php-gtk-web/manual/note.sql? > r1=1.1&r2=1.2&diff_format=u > Index: php-gtk-web/manual/note.sql > diff -u php-gtk-web/manual/note.sql:1.1 php-gtk-web/manual/note.sql: > 1.2 > --- php-gtk-web/manual/note.sql:1.1 Fri Aug 10 19:09:12 2001 > +++ php-gtk-web/manual/note.sql Sun Jul 9 08:46:27 2006 > @@ -1,19 +1,14 @@ > # > -# Table structure for table 'note' > +# Table structure for table 'notes' > # > > -CREATE TABLE note ( > - id mediumint(9) NOT NULL auto_increment, > - sect varchar(80), > - user varchar(80), > - note text, > - ts datetime, > - status varchar(16), > - lang varchar(16), > - votes mediumint(9) DEFAULT '0' NOT NULL, > - rating mediumint(9) DEFAULT '0' NOT NULL, > - PRIMARY KEY (id), > - KEY sect (sect) > +CREATE TABLE notes( > + id INTEGER PRIMARY KEY, > + page CHAR(100), > + lang CHAR(5), > + date INT(11), > + email CHAR(700), > + display CHAR(700), > + comment CHAR(4000) > ); > > - > > -- > PHP-GTK Webmaster Mailing List (http://gtk.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php