I want to know is there any difference in catalog and eav tables of magento 1.4.1.1v and magento 1.5v. Difference in the sense, are there any fields are added or removed in catalog, eav tables?
Asked
Active
Viewed 285 times
2 Answers
4
I would install fresh copies of both 1.4 and 1.5, then do a structure-only dump (phpmyadmin can do this too) of the databases, then Diff the resulting SQL files. This will show you the differences.
Here are a ton of other options to compare two MySQl DBs: Compare two MySQL databases
Cheers

Community
- 1
- 1

thaddeusmt
- 15,410
- 9
- 67
- 67
-
This is probably the quickest and easiest. There is a tremendous lag on official documentation if you ever get it. There's always a difference on major .V changes. 1.3.1.1 220 tables to 1.4.1.1 310 tables. And column renames tend to be one of the bugbears of template updating. – Fiasco Labs May 31 '11 at 15:59
0
See this Magento Wiki: Magento Database Diagram
Also see http://www.magereverse.com/
MAGEREVERSE is an online Database Diagram Tool dedicated to Magento eCommerce.
Hope this helps.

Mukesh Chapagain
- 25,063
- 15
- 119
- 120