As reported by schema module.

Comments

lyricnz’s picture

This is caused by the primary key being declared:

    'primary key' => array('class,code'),

When it should be:

    'primary key' => array('class', 'code'),
lyricnz’s picture

Status: Active » Fixed

Fixed in 6.x-1.x-dev

Status: Fixed » Closed (fixed)

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