relatedlinks
column 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)

Comments

Zen’s picture

Status: Active » Closed (works as designed)

It really shouldn't matter. Having a not null is best and if you don't have it, you can add it. The module's schema already has a not null set.
I'm not sure how it got in. But if it did, it's probably a vestige from D5? I'm going to mark this as a 'works as designed' for the moment.

-K