mysql error:
Error
SQL-query:
CREATE TABLE ttrss_feed_categories(
id integer NOT NULL PRIMARY KEY AUTO_INCREMENT ,
owner_uid integer NOT NULL ,
title varchar( 200 ) NOT NULL ,
collapsed bool NOT NULL defaultfalse,
INDEX ( owner_uid ) ,
FOREIGN KEY ( owner_uid ) REFERENCES ttrss_users( id ) ON DELETE CASCADE
) TYPE = InnoDB
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'false,
index(owner_uid),
foreign key (owner_uid) references
i use EasyPHP 1.8:
PHP Version : 4.3.10
Apache Version: Apache/1.3.33 (Win32) PHP/4.3.10
MYSQL Version: 4.1.9-max
phpMyAdmin 2.6.1
