user warning: BLOB/TEXT column 'settings' can't have a default value query: CREATE TABLE feedapi_eparser_node ( `nid` INT NOT NULL DEFAULT 0, `type` VARCHAR(255) NOT NULL DEFAULT '', `download` VARCHAR(255) NOT NULL DEFAULT '', `namespaces` TEXT NOT NULL, `settings` TEXT NOT NULL DEFAULT '', PRIMARY KEY (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in c:\inetpub\wwwroot\includes\database.inc on line 529.

CommentFileSizeAuthor
#1 feedapi_eparser_install_fix.patch357 byteswojtha

Comments

wojtha’s picture

Status: Active » Needs review
StatusFileSize
new357 bytes

Same here, when enabling using drush, table wasn't created.

BLOB/TEXT column 'settings' can't have a default value

query: CREATE TABLE drh1_feedapi_eparser_node (
`nid` INT NOT NULL DEFAULT 0,
`type` VARCHAR(255) NOT NULL DEFAULT '',
`download` VARCHAR(255) NOT NULL DEFAULT '',
`namespaces` TEXT NOT NULL,
`settings` TEXT NOT NULL DEFAULT '',
PRIMARY KEY (nid)
) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\Dev\web\includes\database.inc on line 555.
An error occurred at function : drush_pm_enable