table og_read_only

column types:
declared: array('type' => 'text', 'size' => 'big', 'not null' => TRUE, 'default' => '')
actual: array('type' => 'text', 'size' => 'big', 'not null' => TRUE)

how to do?
thank you

Comments

jimjxr’s picture

I think 'default' => '' should be removed from the types field, mysql5 will complain if I try to install this module:

user warning: BLOB/TEXT column 'types' can't have a default value query: CREATE TABLE og_read_only ( `nid` INT NOT NULL, `types` LONGTEXT NOT NULL DEFAULT '', PRIMARY KEY (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in D:\Programming\drupal-6.13\includes\database.inc on line 517.

yrocq’s picture

Status: Active » Fixed

Fixed in DRUPAL-6--1 and DRUPAL-6--2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.