In admin/build/schema it appears to have a mismatch:

      relatedcontent
          o column nid - differences on: not null, default
            declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE)
            actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
          o column vid - difference on: not null
            declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => 32, 'default' => '')
            actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'not null' => TRUE, 'default' => '')
          o column include_nid - difference on: not null
            declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'default' => 0)
            actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
    *
      relatedcontent_view
          o column type - difference on: not null
            declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => 32, 'default' => '')
            actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'not null' => TRUE, 'default' => '')
          o column vid - difference on: not null
            declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => 32, 'default' => '')
            actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'not null' => TRUE, 'default' => '')

MySQL 5.0.87 was in use and schema module.

Comments

nardberjean’s picture

An other shema issue has been mentionned in

http://drupal.org/node/223196

nardberjean’s picture

Issue tags: +schema

On page http://alimentsdici.info/admin/build/schema appears:

    * relatedcontent.nid is part of the primary key but is not specified to be 'not null'.
    * relatedcontent.vid is part of the primary key but is not specified to be 'not null'.
    * relatedcontent.include_nid is part of the primary key but is not specified to be 'not null'.
    * relatedcontent_view.type is part of the primary key but is not specified to be 'not null'.
    * relatedcontent_view.vid is part of the primary key but is not specified to be 'not null'.