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 valueFor 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
Comment #1
gordon commentedThis was an easy fix. Done.