mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Bugtracker #4302 and general reorganisation of comment table for 0.8
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
|
||||
| $Revision: 1.9 $
|
||||
| $Date: 2008-01-20 22:21:14 $
|
||||
| $Author: secretr $
|
||||
| $Revision: 1.10 $
|
||||
| $Date: 2008-05-24 12:45:27 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
header("location:../index.php");
|
||||
@@ -121,7 +121,8 @@ CREATE TABLE comments (
|
||||
comment_pid int(10) unsigned NOT NULL default '0',
|
||||
comment_item_id int(10) unsigned NOT NULL default '0',
|
||||
comment_subject varchar(100) NOT NULL default '',
|
||||
comment_author varchar(100) NOT NULL default '',
|
||||
comment_author_id int(10) unsigned NOT NULL default '0',
|
||||
comment_author_name varchar(100) NOT NULL default '',
|
||||
comment_author_email varchar(200) NOT NULL default '',
|
||||
comment_datestamp int(10) unsigned NOT NULL default '0',
|
||||
comment_comment text NOT NULL,
|
||||
|
Reference in New Issue
Block a user