sql - Magento modify/add columns to model resource -


i have module flat table may need add columns , remove columns from. know can done in setup, have import data table nightly web service. web service may change column names.

first of all, know how alter table structure in magento without using raw sql? second, know best way this?

i haven't yet mastered eav data pattern used in magento someday learn. appreciated.

i had same thought (or similar) while ago.
alter table in magento setup script without using sql

ivan's answer particularly , still refer often. essential reading.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -