Closed
Description
Steps to reproduce
- Install Magento from
develop
ormaster
branch. - Open data base. Table sales_order.
Expected result
- Field store_name should have type varchar 128 or 256 bytes or more.
Actual result
- Field store_name has 32 bytes. It's not enough. For example, 'Main Website\nMain Website Store\n' has 32 chapters and 'Default Store View' did not save.