java - Add/Alter table columns dynamically using Spring -


is possible add database table columns dynamically in spring framework?

by mean using spring dao alter table add new column without rebuild or compile.

i found possible in yii (php) framework using cdbmigration.

spring not meant db migration, should take @ tools flyway, take care of it.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -