4
Problems Installing Module!
Error Message: Something like:
Too big column length for column 'investment_item_trade' (max = 255). Use BLOB instead
So I:
Changed "sql/mysql.sql.php" to read:
`investment_item_trade` varchar(255) NOT NULL default '',
Nect I tried to add the following line:
`investment_item_trade` text,
But then I get the following error:
Duplicate column name 'investment_item_trade'
Unable to install investment. Error(s)
Any help on this error