Hi guys..

Sorry about this..didn't have time to dig through the .install file to see what was up..but, the scheme.module returns a mismatch for the store table (Using a fresh ecommerce dev install)

    * column workflow:
      declared: array('type' => 'int', 'length' => '10', 'not null' => TRUE)
      actual: array('type' => 'int', 'not null' => TRUE, 'disp-width' => '10')
    * column shippable: key 'not null' not set, ignoring inspected default value

For those not familiar...the scheme module does a test of your active tables in your database..against the schemas in the enabled module.install files and displays mismatches..i.e. tables for which the schema and database are different.

Will try and find some time to look into it later this week. Thought it better to flag it up here...

Comments

gordon’s picture

Status: Active » Fixed

This was an easy fix. Done.

Status: Fixed » Closed (fixed)

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